Spaces:
Running
Running
Update stt/stt_google.py
Browse files- stt/stt_google.py +1 -0
stt/stt_google.py
CHANGED
@@ -114,6 +114,7 @@ class GoogleSTT(STTInterface):
|
|
114 |
sample_rate_hertz=16000, # Sabit
|
115 |
language_code="tr-TR", # Sabit
|
116 |
enable_automatic_punctuation=True
|
|
|
117 |
|
118 |
log_debug(f"Recognition config: language={language_code}, sample_rate={config.sample_rate}, model={config.model}")
|
119 |
|
|
|
114 |
sample_rate_hertz=16000, # Sabit
|
115 |
language_code="tr-TR", # Sabit
|
116 |
enable_automatic_punctuation=True
|
117 |
+
)
|
118 |
|
119 |
log_debug(f"Recognition config: language={language_code}, sample_rate={config.sample_rate}, model={config.model}")
|
120 |
|