mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
64ef2c566d
Parse and decode Opus streams embedded in the Ogg container. Based on the draft specification from https://wiki.xiph.org/OggOpus Support is conditional on the runtime preference setting media.opus.enabled, which is false by default until we're confident the spec is stable and useful. This patch doesn't support the gain header or multichannel files. The LEUint*() functions from the skeleton parser are used to read the multi-byte header fields. This requires moving them to earlier in the file. Mappings for the .opus filename extension are also added to facilitate testing with local files. |
||
---|---|---|
.. | ||
base | ||
exthandler | ||
prefetch | ||
Makefile.in |