RustAudio
Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign upRepositories
-
baseview
low-level window system interface for audio plugin UIs
-
-
vst-rs
VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.
-
coreaudio-rs
A friendly rust interface to Apple's Core Audio API.
-
rust-lv2
A safe, fast, and ergonomic framework to create LV2 plugins, written in Rust
-
lewton
Rust vorbis decoder
-
dasp
The fundamentals for Digital Audio Signal Processing. Formerly `sample`.
-
coreaudio-sys
Raw bindings to the OSX CoreAudio framework generated by bindgen (see coreaudio-rs for a more rust-esque wrapper).
-
vst3-sys
Raw Bindings to the VST3 API
-
deepspeech-rs
Rust bindings for the deepspeech library
-
audrey
A crate to simplify reading, writing and converting between a variety of audio formats.
-
areweaudioyet
Are We Audio Yet?
-
rust-portaudio
PortAudio bindings and wrappers for Rust.
-
rnnoise-c Archived
Rust bindings to Xiph's rnnoise denoising library
-
ogg
Ogg container decoder and encoder written in pure Rust
-
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.
-
rimd
Library for handling Midi and Standard Midi Files in Rust
-
dsp-chain
A library for chaining together multiple audio dsp processors/generators, written in Rust!
-
mp3 Archived
Rust MP3 decoder project
-
website
Website for all things audio in the Rust programming language
-
synth
A polyphonic Synth type whose multiple oscillators generate sound via amplitude and frequency envelopes, implemented in Rust.
-
lyra
Feature extraction POC
-
musical_keyboard
A small lib for converting keyboard input into musical notes.