Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KoljaB committed Oct 1, 2024
1 parent ba4d24b commit 62e5e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/realtimestt_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def process_text(text):
'post_speech_silence_duration': 0.4,
'min_length_of_recording': 0,
'min_gap_between_recordings': 0,
'enable_realtime_transcription': False,
'enable_realtime_transcription': True,
'realtime_processing_pause': 0,
'on_realtime_transcription_update': text_detected,
'silero_deactivity_detection': True,
Expand Down

0 comments on commit 62e5e16

Please sign in to comment.