[Bug 200940] www/firefox fix missing sound

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 16 12:04:23 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200940

Jan Beich (N/A in 06/27..07/14) <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Works As Intended
             Status|New                         |Closed

--- Comment #3 from Jan Beich (N/A in 06/27..07/14) <jbeich at FreeBSD.org> ---
See /usr/ports/UPDATING at 20140610. INTEGER_SAMPLES should be disabled unless
you build with MOZ_SAMPLE_TYPE_S16 in which case it's not a supported
configuration. files/asound.conf.sample in audio/alsa-lib configures ALSA to
convert FLOAT samples to S16 by default for OSS which works for both
www/firefox and www/linux-firefox.

AFMT_FLOAT is only available on Linux. PulseAudio converts FLOAT sampels to S16
internally while libsndio in libcubeb backend within Firefox.

INTEGER_SAMPLES in audio/soundtouch affects API/ABI, so should be used with
care even with non-gecko consumers. The option is probably only interesting for
architectures where floating point operations are slow (no SSE support) or
emulated (ARM?).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gecko mailing list