Releases: xnorpx/rust-opus
Releases · xnorpx/rust-opus
v0.1.0
opus-head-sys v0.1.0
FFI bindings to the Opus audio codec with DRED and OSCE support.
DNN Weights
When using DRED or OSCE features, you need to load the DNN weights at runtime using OPUS_SET_DNN_BLOB().
Download the weights file below and load it in your application:
- opus_data-a5177ec6fb7d15058e99e57029746100121f68e4890b1467d4094aa336b6013e.bin - DNN weights blob
- opus_data-a5177ec6fb7d15058e99e57029746100121f68e4890b1467d4094aa336b6013e.bin.md5 - MD5 checksum
Installation
[dependencies]
opus-head-sys = "0.1.0"See the README for usage instructions.