This commit is contained in:
2024-09-17 16:03:34 +02:00
parent 169552e8d5
commit f9c854e2fc
3 changed files with 73 additions and 23 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ else:
*,
process_cb: Optional[SRProcessDataCB] = None,
text_cb: Optional[SRTextCB] = None,
default_recognizer: SRRecognizerMethod = 'google',
default_recognizer: SRRecognizerMethod = 'assemblyai',
phrase_time_limit: int = 10,
ignore_silence_packets: bool = True,
):