ESP8266Audio/src/opusfile
Earle F. Philhower, III b3c41668a2
Fix GCC12.3 new warnings for RP2040 (#679)
* Fix GCC12.3 new warnings for RP2040

* Remove OPUS encoder, not supported on embedded
2024-04-16 16:32:16 -07:00
..
AUTHORS Add Opus file format (and OGG demux) (#294) 2020-08-11 20:56:13 -07:00
COPYING Add Opus file format (and OGG demux) (#294) 2020-08-11 20:56:13 -07:00
README.esp8266.md Add Opus file format (and OGG demux) (#294) 2020-08-11 20:56:13 -07:00
README.md Add Opus file format (and OGG demux) (#294) 2020-08-11 20:56:13 -07:00
config.h Add Opus file format (and OGG demux) (#294) 2020-08-11 20:56:13 -07:00
info.c Add Opus file format (and OGG demux) (#294) 2020-08-11 20:56:13 -07:00
internal.c Add Opus file format (and OGG demux) (#294) 2020-08-11 20:56:13 -07:00
internal.h Reduce OpusFile RAM by only allowing mono/stereo (#295) 2020-08-11 22:04:41 -07:00
opusfile.c Fix GCC12.3 new warnings for RP2040 (#679) 2024-04-16 16:32:16 -07:00
opusfile.h Add codespell to CI checks (#450) 2021-11-28 10:52:33 -08:00
opusfile.pc Add Opus file format (and OGG demux) (#294) 2020-08-11 20:56:13 -07:00
stream.c Add Opus file format (and OGG demux) (#294) 2020-08-11 20:56:13 -07:00

README.md

Opusfile

GitLab Pipeline Status Travis Build Status AppVeyor Build Status

The opusfile and opusurl libraries provide a high-level API for decoding and seeking within .opus files on disk or over http(s).

opusfile depends on libopus and libogg. opusurl depends on opusfile and openssl.

The library is functional, but there are likely issues we didn't find in our own testing. Please give feedback in #opus on irc.freenode.net or at opus@xiph.org.

Programming documentation is available in tree and online at https://opus-codec.org/docs/