Skip to content

fix: Audio Preview: Add delay before pausing on EOS to avoid clipping of last fraction

mesonium requested to merge mesonium/gajim:fix-audio-clipping into master

When playbin sends an EOS signal the audio may not have been fully run through the whole pipeline. That means pausing immediately on EOS may clip the last fraction. To workaround, add a delay before pausing the playback due to the EOS signal.

Fixes #11423 (closed)

Edited by mesonium

Merge request reports

Loading