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

Add unsafe libopus backend: a pure-rust transpiled libopus

Open DCNick3 opened this issue 3 years ago • 0 comments

The unsafe-libopus library does not have a dependency on C toolchain, allowing for easier deployment to some targets

This PR adds audiopus-sys-backend and unsafe-libopus-backend features with audiopus-sys-backend being enabled by default.

DCNick3 avatar Feb 13 '23 14:02 DCNick3