Created attachment 188468 [details] palemoon.diff Hi, when Pale Moon (compiled with SNDIO=on) tries to playback files with float samples then something is very wrong and we can hear some annoying sound crackling / distortion. For example this can be heard when playing this video [1]. To fix it we need to backport one more patch for the sndio backend that improves the float->s16 conversion function. Thanks! [1] https://www.youtube.com/watch?v=iJxM-YNc4oE
Comment on attachment 188468 [details] palemoon.diff Tested.
A commit references this bug: Author: tobik Date: Sun Dec 3 07:17:18 UTC 2017 New revision: 455391 URL: https://svnweb.freebsd.org/changeset/ports/455391 Log: www/palemoon: sndio: improve and clamp float->s16 conversion This fixes sound glitches/crackling when playing audio or video clips with float samples with SNDIO=on. PR: 224034 Submitted by: lichray@gmail.com (maintainer) Obtained from: cubeb Changes: head/www/palemoon/Makefile head/www/palemoon/files/patch-cubeb5ffce9e91b
Committed. Thanks!