Closed joer33304 closed 2 years ago
First, how long have you waited? By the default, it need to wait at least 30 seconds.
https://github.com/shirayu/whispering#parse-interval
By default, Whisper does not perform analysis until the total length of the segments determined by VAD to have speech exceeds 30 seconds. However, if silence segments appear 16 times (the default value of --max_nospeech_skip) after speech is detected, the analysis is performed.
Now I feel super stupid :) It helps to read ALL instructions :)
Thanks, it works.
On Thu, Oct 27, 2022 at 9:12 AM Yuta Hayashibe @.***> wrote:
First, how long have you waited? By the default, it need to wait at least 30 seconds.
https://github.com/shirayu/whispering#parse-interval
By default, Whisper does not perform analysis until the total length of the segments determined by VAD to have speech exceeds 30 seconds. However, if silence segments appear 16 times (the default value of --max_nospeech_skip) after speech is detected, the analysis is performed.
— Reply to this email directly, view it on GitHub https://github.com/shirayu/whispering/issues/45#issuecomment-1293507092, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASPEPUR4Z7TL2WY76UCHTDWFJ5TRANCNFSM6AAAAAARPFVQEE . You are receiving this because you authored the thread.Message ID: @.***>
Description
After starting, debug prints out actions but there is no text output. I set the --output test.txt and it creates and empty file/ I assume the default should print out to the console in real time (after the set delay).
What do I do wrong ?
Logs (Optional)
Environment
Additional context
If writing to a file, should it do auto flush ? What's the correct way to exit the program ?