https://github.com/bschwind/opus
[WIP] A pure-Rust Opus encoder/decoder.
https://github.com/bschwind/opus
Last synced: about 1 year ago
JSON representation
[WIP] A pure-Rust Opus encoder/decoder.
- Host: GitHub
- URL: https://github.com/bschwind/opus
- Owner: bschwind
- License: mit
- Created: 2021-02-16T01:43:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T12:41:56.000Z (over 4 years ago)
- Last Synced: 2025-06-10T18:20:13.858Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opus
A (work-in-progress) pure-Rust Opus encoder/decoder. Please help me.
## Dependencies
- cargo
- rustc
## Build
```
$ cargo build --release
```
## Testing
```
$ cargo test
```
## Code Format
The formatting options currently use nightly-only options.
```
$ cargo +nightly fmt
```
## Code Linting
```
$ cargo clippy
```