https://github.com/prior99/opus-sys
Rust FFI bindings for libopus.
https://github.com/prior99/opus-sys
Last synced: over 1 year ago
JSON representation
Rust FFI bindings for libopus.
- Host: GitHub
- URL: https://github.com/prior99/opus-sys
- Owner: Prior99
- License: bsd-2-clause
- Created: 2018-10-30T08:55:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T08:55:37.000Z (over 7 years ago)
- Last Synced: 2025-01-22T02:44:17.083Z (over 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opus-sys
[](https://travis-ci.org/Prior99/opus-sys)
Rust bindings for [opus](https://opus-codec.org/).
Will build opus from source. Don't forget to initialize git submodules (`git submodule update --init`) or clone with `--recursive`.
To conform with the `-sys` naming scheme, this project does not provide any higher level API.