cywang97 / StreamingTransformer

Apache License 2.0
271 stars 42 forks source link

Issue about delay #13

Open cosmo1995 opened 3 years ago

cosmo1995 commented 3 years ago

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

cywang97 commented 3 years ago

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