celluloid-player / celluloid

A simple GTK+ frontend for mpv
https://celluloid-player.github.io
GNU General Public License v3.0
1.09k stars 88 forks source link

Do not mute audio above 4× speed #951

Open HT-7 opened 1 month ago

HT-7 commented 1 month ago

As far as I am aware, celluloid/mpv have adapted the "WSOLA" (Waveform-Similarity-Overlap-Add) algorithm for speeding up audio, the same that the Chromium browser uses since 2018.

However, the audio is muted above 4× playback rate.

While speech is inaudible at that high speed, such high speeds are still useful for fast seeking. The current web browsers mute audio above 8× playback rate. As of 2017, Firefox actually did mute audio starting at 4×, but they have thankfully increased it.

Please don't mute the audio at 4× speed. If a web browser can play audio at 8× speed, a dedicated media player should too. And ideally even more than that. As fast as the computer is capable of handling.

gnome-mpv commented 1 month ago

What version of mpv are you using? If you're using 0.37 or newer, the limit should be at 8×.