diff options
| author | yum <yum.food.vr@gmail.com> | 2025-05-17 23:41:20 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-05-17 23:54:56 -0700 |
| commit | f8e95c0b85288a10f435e0edabf43defa0c303ac (patch) | |
| tree | c0fd2d499cd7ee6e51947f1df62e7cad05b67816 /config.yaml | |
| parent | 0c54e1fc74fe7677a0d4fef1c147c6e886d182db (diff) | |
Add STT code
Diffstat (limited to 'config.yaml')
| -rw-r--r-- | config.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
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 + |
