5 unstable releases
Uses old Rust 2015
0.3.0 | Apr 23, 2022 |
---|---|
0.2.1 | Aug 7, 2018 |
0.2.0 | Oct 18, 2016 |
0.1.1 | Apr 21, 2016 |
0.1.0 | Feb 26, 2016 |
#373 in Audio
5,939 downloads per month
Used in 11 crates
(10 directly)
28KB
551 lines
opus-rs
Safe Rust bindings for libopus. The rustdoc (available through cargo doc
)
includes brief descriptions for methods, and detailed API information can be
found at the libopus documentation.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
High-level bindings for libopus.
Only brief descriptions are included here. For detailed information, consult the libopus documentation.
Dependencies
~3MB
~52K SLoC