opus-rs icon indicating copy to clipboard operation
opus-rs copied to clipboard

libopus bindings

Results 4 opus-rs issues
Sort by recently updated
recently updated
newest added

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...

dependencies

- [ ] Document Decoder - [ ] Document Encoder

enhancement
help wanted
good first issue
hacktoberfest

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...