-
Comment says: /overwrite the audio context size (0 = use default) What does this do? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This is what I call to "partially evaluate the Encoder" It is an idea suggested in #137 that makes the evaluation faster at the cost of accuracy. The original size of the audio context is This option is useful when you are going to process short audio samples. command-guided-0.mp4You would not want to use this option when you process long audio (i.e. more than 10-15s). |
Beta Was this translation helpful? Give feedback.
-
For streaming then, would it make sense to adjust this value before each whisper_full(), based on the length of the chunk being passed? |
Beta Was this translation helpful? Give feedback.
For streaming then, would it make sense to adjust this value before each whisper_full(), based on the length of the chunk being passed?