Maybe slightly better, no speech detection.
This commit is contained in:
parent
ea9213459a
commit
934edaa9e1
1 changed files with 1 additions and 0 deletions
|
|
@ -295,6 +295,7 @@ impl TranscriptionManager {
|
|||
params.set_print_realtime(false);
|
||||
params.set_print_timestamps(false);
|
||||
params.set_suppress_blank(true);
|
||||
params.set_no_speech_thold(0.2);
|
||||
params.set_suppress_non_speech_tokens(true);
|
||||
|
||||
// Enable translation to English if requested
|
||||
|
|
|
|||
Loading…
Reference in a new issue