Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2015 12:04:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 200940] www/firefox fix missing sound
Message-ID:  <bug-200940-21738-HKWyMxtaJK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200940-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200940-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200940

Jan Beich (N/A in 06/27..07/14) <jbeich@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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200940-21738-HKWyMxtaJK>