opus-codec 0.1.0

Safe Rust bindings for the Opus audio codec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# opus-codec

Safe Rust wrappers around libopus for encoding/decoding Opus audio, with tests that validate core functionality against ffmpeg.

## License

This crate is licensed under either of

- [MIT license]https://opensource.org/licenses/MIT
- [Apache License, Version 2.0]https://www.apache.org/licenses/LICENSE-2.0

at your option.

## Bundled libopus

The upstream libopus sources are vendored via `git subtree` at tag **v1.5.2** (split commit `ddbe48383984d56acd9e1ab6a090c54ca6b735a6`).
You can verify the copy is pristine by diffing `opus/` against that upstream commit.