lewton
Vorbis decoder
A Rust-based implementation of the Vorbis audio decoder standard
Rust vorbis decoder
264 stars
16 watching
26 forks
Language: Rust
last commit: almost 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
ruuda/claxon | A FLAC decoder written in pure Rust with verified correctness and similar performance to the reference implementation. | 288 |
ende76/brotli-rs | A Rust implementation of Brotli decompression | 62 |
rustaudio/rust-portaudio | A set of bindings and wrappers for a cross-platform audio I/O library. | 376 |
ruuda/hound | A Rust library for reading and writing uncompressed audio files in the WAVE format. | 494 |
rustaudio/rodio | A Rust library for playing back audio files | 1,821 |
aisamanra/rust-haskell-ffi | A proof-of-concept demonstrating how to call Rust code from Haskell | 131 |
alilleybrinker/langs-in-rust | A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 887 |
rust-embedded-community/pc-keyboard | A Rust-based library for decoding PS/2 keyboard inputs and converting them to Unicode characters using various keyboard layouts. | 100 |
hsivonen/recode_rs | Tool for encoding conversion | 12 |
eaburns/flac | A Go implementation of a lossless audio codec decoder. | 92 |
rust-av/flavors | An FLV file parser implemented in Rust using the nom parsing library | 68 |
xiph/vorbis | An implementation of an open standard audio encoding format | 476 |
brotzeit/rustic | A Rust development environment for Emacs | 727 |
mongodb/bson-rust | A Rust library for encoding and decoding binary JSON-like documents with datetime and UUID support. | 407 |
jhasse/ears | A Rust library for playing audio files with spatialization capabilities using OpenAL and libsndfile. | 90 |