#opus #ogg #encoding

no-std opus-mux

Extracts an encoded Opus stream from an Opus file per RFC 7845

3 unstable releases

0.1.1 Aug 30, 2022
0.1.0 Aug 30, 2022
0.0.0 Nov 20, 2021

#344 in Multimedia

Download history 1/week @ 2024-02-13 48/week @ 2024-02-20 36/week @ 2024-02-27 1/week @ 2024-03-12

86 downloads per month

MIT OR Apache-2.0 OR Zlib

16KB
338 lines

opus-mux

License: Apache 2.0 License: MIT License: Zlib

Simple Opus file demultiplexing. Provides extraction of Opus audio packets from an Ogg stream, which must then be passed to an Opus decoder such as magnum-opus to get raw samples.

License

Licensed under any of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be triple licensed as above, without any additional terms or conditions.

No runtime deps