From f8e95c0b85288a10f435e0edabf43defa0c303ac Mon Sep 17 00:00:00 2001 From: yum Date: Sat, 17 May 2025 23:41:20 -0700 Subject: Add STT code --- config.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config.yaml (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..164b4e6 --- /dev/null +++ b/config.yaml @@ -0,0 +1,18 @@ +compute_type: int8 +enable_debug_mode: 0 +enable_previews: 1 +language: english +gpu_idx: 0 +max_speech_duration_s: 10 +min_silence_duration_ms: 250 +microphone: motu +model: turbo +reset_after_silence_s: 15 +transcription_loop_delay_ms: 100 +use_cpu: 0 + +block_width: 2 +num_blocks: 40 +rows: 10 +cols: 24 + -- cgit v1.2.3