opus-rs
opus-rs copied to clipboard
libopus bindings
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. Release notes Sourced from bindgen's releases. v0.68.1 Install bindgen-cli 0.68.1 Install prebuilt binaries via shell script curl --proto '=https' --tlsv1.2...
- [ ] Document Decoder - [ ] Document Encoder
It provides a `av-codec`-compatible interface built upon the intermediate abstraction. - [ ] Decoding side - [x] Basic support (`i16`-format stereo only) - [ ] Extended support (`f32`-format, proper channel...
The intermediate abstraction provide a **safe** layer over the unsafe `rust-bindgen` bindings. - [ ] Decoding side - [x] Allocation - [x] Setup - [x] Decoding - [ ] Query...