No transcription_delay param in either tekken or params
#2
by
mrigankr
- opened
I could not find the transcription_delay parameter in the params.json file
Hey take a look in the tekken.json at the end of file !
"audio": {
"sampling_rate": 16000,
"frame_rate": 12.5,
"audio_encoding_config": {
"num_mel_bins": 128,
"hop_length": 160,
"window_size": 400
},
"transcription_delay_ms": 480,
"streaming_look_ahead_ms": 2.5,
"streaming_look_back_ms": 52.5,
"streaming_n_left_pad_tokens": 32,
"transcription_format": "streaming"
}