Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix filling of waveform_buffer with samples for streaming inference #5267

Merged
merged 2 commits into from
Jul 4, 2023

Commits on Jun 30, 2023

  1. Fix filling of waveform_buffer with samples for streaming inference

    For certain win_length/hop_length and sim_chunk_length settings (e.g., win_length:256, hop_length: 90 and sim_chunk_length: 512) poor WER was observed that was caused by incorrect filling of waveform_buffer object. 
    
    See espnet#4807
    espnetUser committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    76c878f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3414350 View commit details
    Browse the repository at this point in the history