This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ASR Unknown Error] | |
| Cannot execute ASR: Failed to execute faster-whisper | |
| ``` | |
| System.AggregateException: One or more errors occurred. (One or more errors occurred. (Failed to execute faster-whisper)) | |
| ---> System.AggregateException: One or more errors occurred. (Failed to execute faster-whisper) | |
| ---> System.InvalidOperationException: Failed to execute faster-whisper | |
| at FlyleafLib.MediaPlayer.FasterWhisperASRService.Do(MemoryStream waveStream, CancellationToken token)+MoveNext() in D:\a\LLPlayer\LLPlayer\FlyleafLib\MediaPlayer\SubtitlesASR.cs:line 1254 | |
| at FlyleafLib.MediaPlayer.AudioReader.<>c__DisplayClass13_0.<<ReadAll>g__DoConsumer|3>d.MoveNext() in D:\a\LLPlayer\LLPlayer\FlyleafLib\MediaPlayer\SubtitlesASR.cs:line 487 | |
| --- End of stack trace from previous location --- |