https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200940
Jan Beich (N/A in 06/27..07/14) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Works As Intended Status|New |Closed --- Comment #3 from Jan Beich (N/A in 06/27..07/14) <[email protected]> --- 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
