Skip to content

Bumped Whispercpp 1.7.3 that adds WithNoSpeechThreshold #262

Bumped Whispercpp 1.7.3 that adds WithNoSpeechThreshold

Bumped Whispercpp 1.7.3 that adds WithNoSpeechThreshold #262

GitHub Actions / Whisper.net Windows Test Results failed Dec 22, 2024 in 0s

38 passed, 19 failed and 0 skipped

Tests failed

Report Passed Failed Skipped Time
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_18.trx 19✅ 46s
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_34.trx 19❌ 19s
tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_40.trx 19✅ 45s

✅ tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_18.trx

19 tests were completed in 46s with 19 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Whisper.net.Tests.FactoryTests 6✅ 970ms
Whisper.net.Tests.ProcessAsyncFunctionalTests 5✅ 21s
Whisper.net.Tests.ProcessFunctionalTests 7✅ 45s
Whisper.net.Tests.ProcessQuantizedTests 1✅ 5s

✅ Whisper.net.Tests.FactoryTests

✅ CreateBuilder_WithBufferedModel_ShouldReturnBuilder
✅ CreateBuilder_WithCorruptedModel_ShouldThrow
✅ CreateBuilder_WithDisposedFactory_ShouldThrow
✅ CreateBuilder_WithFileModel_ShouldReturnBuilder
✅ CreateBuilder_WithNoModel_ShouldThrow
✅ GetSupportedLanguages_ShouldReturnAll

✅ Whisper.net.Tests.ProcessAsyncFunctionalTests

✅ ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished
✅ ProcessAsync_WhenJunkChunkExists_ProcessCorrectly
✅ ProcessAsync_WhenMultichannel_ProcessCorrectly
✅ TestHappyFlowAsync

✅ Whisper.net.Tests.ProcessFunctionalTests

✅ Process_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ Process_WhenMultichannel_ProcessCorrectly
✅ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "cuda")
✅ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "openvino")
✅ TestAutoDetectLanguageWithRomanian
✅ TestCancelEncoder
✅ TestHappyFlow

✅ Whisper.net.Tests.ProcessQuantizedTests

✅ TestHappyFlowQuantized

❌ tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_34.trx

19 tests were completed in 19s with 0 passed, 19 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Whisper.net.Tests.FactoryTests 6❌ 2s
Whisper.net.Tests.ProcessAsyncFunctionalTests 5❌ 339ms
Whisper.net.Tests.ProcessFunctionalTests 7❌ 49ms
Whisper.net.Tests.ProcessQuantizedTests 1❌ 828ms

❌ Whisper.net.Tests.FactoryTests

❌ CreateBuilder_WithBufferedModel_ShouldReturnBuilder
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ CreateBuilder_WithCorruptedModel_ShouldThrow
	Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
	System.Exception: Failed to load native whisper library. Error: The specified module could not be found
	   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 193
	   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
	   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
	   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
	   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithCorruptedModel_ShouldThrow>b__7_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 57
	   at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
❌ CreateBuilder_WithDisposedFactory_ShouldThrow
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ CreateBuilder_WithFileModel_ShouldReturnBuilder
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ CreateBuilder_WithNoModel_ShouldThrow
	Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
	System.Exception: Failed to load native whisper library. Error: The specified module could not be found
	   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 193
	   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
	   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
	   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
	   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithNoModel_ShouldThrow>b__6_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 45
	   at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
❌ GetSupportedLanguages_ShouldReturnAll
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found

❌ Whisper.net.Tests.ProcessAsyncFunctionalTests

❌ ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ ProcessAsync_WhenJunkChunkExists_ProcessCorrectly
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ ProcessAsync_WhenMultichannel_ProcessCorrectly
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ TestHappyFlowAsync
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found

❌ Whisper.net.Tests.ProcessFunctionalTests

❌ Process_CalledMultipleTimes_Serially_WillCompleteEverytime
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ Process_WhenMultichannel_ProcessCorrectly
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "cuda")
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "openvino")
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ TestAutoDetectLanguageWithRomanian
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ TestCancelEncoder
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found
❌ TestHappyFlow
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found

❌ Whisper.net.Tests.ProcessQuantizedTests

❌ TestHappyFlowQuantized
	System.Exception : Failed to load native whisper library. Error: The specified module could not be found

✅ tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_40.trx

19 tests were completed in 45s with 19 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Whisper.net.Tests.FactoryTests 6✅ 886ms
Whisper.net.Tests.ProcessAsyncFunctionalTests 5✅ 19s
Whisper.net.Tests.ProcessFunctionalTests 7✅ 22s
Whisper.net.Tests.ProcessQuantizedTests 1✅ 4s

✅ Whisper.net.Tests.FactoryTests

✅ CreateBuilder_WithBufferedModel_ShouldReturnBuilder
✅ CreateBuilder_WithCorruptedModel_ShouldThrow
✅ CreateBuilder_WithDisposedFactory_ShouldThrow
✅ CreateBuilder_WithFileModel_ShouldReturnBuilder
✅ CreateBuilder_WithNoModel_ShouldThrow
✅ GetSupportedLanguages_ShouldReturnAll

✅ Whisper.net.Tests.ProcessAsyncFunctionalTests

✅ ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished
✅ ProcessAsync_WhenJunkChunkExists_ProcessCorrectly
✅ ProcessAsync_WhenMultichannel_ProcessCorrectly
✅ TestHappyFlowAsync

✅ Whisper.net.Tests.ProcessFunctionalTests

✅ Process_CalledMultipleTimes_Serially_WillCompleteEverytime
✅ Process_WhenMultichannel_ProcessCorrectly
✅ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "cuda")
✅ Test_LibraryLoadError_ShouldFallbackToCPU(invalidLibrary: "openvino")
✅ TestAutoDetectLanguageWithRomanian
✅ TestCancelEncoder
✅ TestHappyFlow

✅ Whisper.net.Tests.ProcessQuantizedTests

✅ TestHappyFlowQuantized

Annotations

Check failure on line 193 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.FactoryTests ► CreateBuilder_WithBufferedModel_ShouldReturnBuilder

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_34.trx
Error:
  System.Exception : Failed to load native whisper library. Error: The specified module could not be found
Raw output
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 193
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromBuffer(Byte[] buffer, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 142
   at Whisper.net.WhisperFactory.FromBuffer(Byte[] buffer) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 128
   at Whisper.net.Tests.FactoryTests.CreateBuilder_WithBufferedModel_ShouldReturnBuilder() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 76

Check failure on line 61 in tests/Whisper.net.Tests/FactoryTests.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.FactoryTests ► CreateBuilder_WithCorruptedModel_ShouldThrow

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_34.trx
Error:
  Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
  System.Exception: Failed to load native whisper library. Error: The specified module could not be found
     at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 193
     at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
     at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
     at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
     at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithCorruptedModel_ShouldThrow>b__7_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 57
     at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
Raw output
Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
System.Exception: Failed to load native whisper library. Error: The specified module could not be found
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 193
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithCorruptedModel_ShouldThrow>b__7_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 57
   at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Specialized.DelegateAssertionsBase`2.ThrowInternal[TException](Exception exception, String because, Object[] becauseArgs)
   at FluentAssertions.Specialized.DelegateAssertions`2.Throw[TException](String because, Object[] becauseArgs)
   at Whisper.net.Tests.FactoryTests.CreateBuilder_WithCorruptedModel_ShouldThrow() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 61

Check failure on line 193 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.FactoryTests ► CreateBuilder_WithDisposedFactory_ShouldThrow

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_34.trx
Error:
  System.Exception : Failed to load native whisper library. Error: The specified module could not be found
Raw output
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 193
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.FactoryTests.CreateBuilder_WithDisposedFactory_ShouldThrow() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 84

Check failure on line 193 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.FactoryTests ► CreateBuilder_WithFileModel_ShouldReturnBuilder

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_34.trx
Error:
  System.Exception : Failed to load native whisper library. Error: The specified module could not be found
Raw output
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 193
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.FactoryTests.CreateBuilder_WithFileModel_ShouldReturnBuilder() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 67

Check failure on line 49 in tests/Whisper.net.Tests/FactoryTests.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.FactoryTests ► CreateBuilder_WithNoModel_ShouldThrow

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_34.trx
Error:
  Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
  System.Exception: Failed to load native whisper library. Error: The specified module could not be found
     at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 193
     at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
     at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
     at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
     at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithNoModel_ShouldThrow>b__6_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 45
     at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
Raw output
Expected a <Whisper.net.WhisperModelLoadException> to be thrown, but found <System.Exception>:
System.Exception: Failed to load native whisper library. Error: The specified module could not be found
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 193
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.FactoryTests.<>c.<CreateBuilder_WithNoModel_ShouldThrow>b__6_0() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 45
   at FluentAssertions.Specialized.DelegateAssertions`2.InvokeSubjectWithInterception().
   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Specialized.DelegateAssertionsBase`2.ThrowInternal[TException](Exception exception, String because, Object[] becauseArgs)
   at FluentAssertions.Specialized.DelegateAssertions`2.Throw[TException](String because, Object[] becauseArgs)
   at Whisper.net.Tests.FactoryTests.CreateBuilder_WithNoModel_ShouldThrow() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 49

Check failure on line 193 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.FactoryTests ► GetSupportedLanguages_ShouldReturnAll

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_34.trx
Error:
  System.Exception : Failed to load native whisper library. Error: The specified module could not be found
Raw output
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 193
   at Whisper.net.WhisperFactory.<GetSupportedLanguages>d__7.MoveNext() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 78
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at Whisper.net.Tests.FactoryTests.GetSupportedLanguages_ShouldReturnAll() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\FactoryTests.cs:line 35

Check failure on line 193 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_34.trx
Error:
  System.Exception : Failed to load native whisper library. Error: The specified module could not be found
Raw output
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 193
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.<ProcessAsync_CalledMultipleTimes_Serially_WillCompleteEverytime>d__6.MoveNext() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\ProcessAsyncFunctionalTests.cs:line 138
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

Check failure on line 193 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_34.trx
Error:
  System.Exception : Failed to load native whisper library. Error: The specified module could not be found
Raw output
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 193
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.<ProcessAsync_Cancelled_WillCancellTheProcessing_AndDispose_WillWaitUntilFullyFinished>d__3.MoveNext() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\ProcessAsyncFunctionalTests.cs:line 53
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

Check failure on line 193 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_WhenJunkChunkExists_ProcessCorrectly

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_34.trx
Error:
  System.Exception : Failed to load native whisper library. Error: The specified module could not be found
Raw output
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 193
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.<ProcessAsync_WhenJunkChunkExists_ProcessCorrectly>d__4.MoveNext() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\ProcessAsyncFunctionalTests.cs:line 97
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

Check failure on line 193 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.ProcessAsyncFunctionalTests ► ProcessAsync_WhenMultichannel_ProcessCorrectly

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_34.trx
Error:
  System.Exception : Failed to load native whisper library. Error: The specified module could not be found
Raw output
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 193
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.<ProcessAsync_WhenMultichannel_ProcessCorrectly>d__5.MoveNext() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\ProcessAsyncFunctionalTests.cs:line 116
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

Check failure on line 193 in Whisper.net/WhisperFactory.cs

See this annotation in the file changed.

@github-actions github-actions / Whisper.net Windows Test Results

Whisper.net.Tests.ProcessAsyncFunctionalTests ► TestHappyFlowAsync

Failed test found in:
  tests/Whisper.net.Tests/TestResults/runneradmin_fv-az1785-182_2024-12-22_13_13_34.trx
Error:
  System.Exception : Failed to load native whisper library. Error: The specified module could not be found
Raw output
System.Exception : Failed to load native whisper library. Error: The specified module could not be found
   at Whisper.net.WhisperFactory.CheckLibraryLoaded() in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 193
   at Whisper.net.WhisperFactory..ctor(IWhisperProcessorModelLoader loader, Boolean delayInit) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 35
   at Whisper.net.WhisperFactory.FromPath(String path, WhisperFactoryOptions options) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 115
   at Whisper.net.WhisperFactory.FromPath(String path) in D:\a\whisper.net\whisper.net\Whisper.net\WhisperFactory.cs:line 101
   at Whisper.net.Tests.ProcessAsyncFunctionalTests.<TestHappyFlowAsync>d__2.MoveNext() in D:\a\whisper.net\whisper.net\tests\Whisper.net.Tests\ProcessAsyncFunctionalTests.cs:line 17
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)