StreamingTransformer
StreamingTransformer copied to clipboard
Issue about delay
When the chunk size is 32, the maximum decoding delay should be 1280 ms. Is that right?
The delay is computed by (chunk_size * downsample_rate * 10) + CNN_delay. So it should be (32 * 40) + 30