RustAudio
Repositories
-
-
lewton
Rust vorbis decoder
-
dasp
The fundamentals for Digital Audio Signal Processing. Formerly `sample`.
-
vst-rs
VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.
-
dsp-chain
A library for chaining together multiple audio dsp processors/generators, written in Rust!
-
ogg
Ogg container decoder and encoder written in pure Rust
-
rust-lv2
A safe, fast, and ergonomic framework to create LV2 plugins, written in Rust
-
deepspeech-rs
Rust bindings for the deepspeech library
-
vst2-sys
Bindings for the VST 2.4 API.
-
rimd
Library for handling Midi and Standard Midi Files in Rust
-
vst3-sys
Raw Bindings to the VST3 API
-
website
Website for all things audio in the Rust programming language
-
baseview
low-level window system interface for audio plugin UIs
-
coreaudio-sys
Raw bindings to the OSX CoreAudio framework generated by bindgen (see coreaudio-rs for a more rust-esque wrapper).
-
audrey
A crate to simplify reading, writing and converting between a variety of audio formats.
-
rust-portaudio
PortAudio bindings and wrappers for Rust.
-
coreaudio-rs
A friendly rust interface to Apple's Core Audio API.
-
areweaudioyet
Are We Audio Yet?
-
rnnoise-c Archived
Rust bindings to Xiph's rnnoise denoising library
-
simplemad
A Rust interface for the MPEG audio (MP1, MP2, MP3) decoding library libmad
-
pitch_calc
A library for musical pitch conversions! Provides functions and methods for converting between frequency (hz), midi-step, letter-octave and mels.
-
time_calc
A library for music/DSP time conversions! Provides functions and methods for converting between ticks, ms, samples, bars, beats and measures.
-
mp3 Archived
Rust MP3 decoder project
-
synth
A polyphonic Synth type whose multiple oscillators generate sound via amplitude and frequency envelopes, implemented in Rust.
-
lyra
Feature extraction POC