danegergo commited on
Commit
ca4c58d
·
2 Parent(s): e4de5ab e458f05

Merge branch 'main' of https://huggingface.co/spaces/luminos124/realtime-transcription-demo

Browse files
Files changed (1) hide show
  1. openai_transcription_settings.json +4 -2
openai_transcription_settings.json CHANGED
@@ -8,8 +8,10 @@
8
  "language": "en"
9
  },
10
  "turn_detection": {
11
- "type": "semantic_vad",
12
- "eagerness": "high"
 
 
13
  },
14
  "input_audio_noise_reduction": {
15
  "type": "near_field"
 
8
  "language": "en"
9
  },
10
  "turn_detection": {
11
+ "type": "server_vad",
12
+ "threshold": 0.4,
13
+ "prefix_padding_ms": 100,
14
+ "silence_duration_ms": 200
15
  },
16
  "input_audio_noise_reduction": {
17
  "type": "near_field"