Skip to content

wavparse: Fix push mode ignoring last audio payload chunk

In push mode (streaming), if the last audio payload chunk is less than the segment rate buffer size, it would be ignored. The fix is to push the data remaining in the buffer when the pipeline is being flushed.

Fixes #636 (closed)

Merge request reports