lmz commited on
Commit
0dc5960
·
verified ·
1 Parent(s): 3e86b64

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -68,6 +68,10 @@
68
  "temp": 0.0,
69
  "temp_text": 0.0
70
  },
 
 
 
 
71
  "mimi_name": "[email protected]",
72
  "tokenizer_name": "tokenizer_en_audio_4000.model"
73
  }
 
68
  "temp": 0.0,
69
  "temp_text": 0.0
70
  },
71
+ "stt_config": {
72
+ "audio_delay_seconds": 2.5,
73
+ "audio_silence_prefix_seconds": 1.0
74
+ },
75
  "mimi_name": "[email protected]",
76
  "tokenizer_name": "tokenizer_en_audio_4000.model"
77
  }