StreamingTransformer icon indicating copy to clipboard operation
StreamingTransformer copied to clipboard

Issue about delay

Open cosmo1995 opened this issue 4 years ago • 1 comments

When the chunk size is 32, the maximum decoding delay should be 1280 ms. Is that right?

cosmo1995 avatar Dec 28 '20 06:12 cosmo1995

The delay is computed by (chunk_size * downsample_rate * 10) + CNN_delay. So it should be (32 * 40) + 30

cywang97 avatar Jan 15 '21 08:01 cywang97