RustAudio
Grow your team on GitHub
GitHub is home to over 28 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up-
Decent jack bindings for rust
-
The fundamentals for working with audio PCM DSP.
-
Raw bindings to the OSX CoreAudio framework generated by bindgen (see coreaudio-rs for a more rust-esque wrapper).
-
Rust bindings for the deepspeech library
-
Rust vorbis decoder
-
A library for musical pitch conversions! Provides functions and methods for converting between frequency (hz), midi-step, letter-octave and mels.
-
Ogg container decoder and encoder written in pure Rust
-
Updated
Oct 29, 2018 -
A friendly rust interface to Apple's Core Audio API.
-
A polyphonic Synth type whose multiple oscillators generate sound via amplitude and frequency envelopes, implemented in Rust.
-
Rust MP3 decoder project
-
PortAudio bindings and wrappers for Rust.
-
Feature extraction POC
-
Library for handling Midi and Standard Midi Files in Rust
-
A Rust interface for the MPEG audio (MP1, MP2, MP3) decoding library libmad
-
A crate to simplify reading, writing and converting between a variety of audio formats.
-
A library for chaining together multiple audio dsp processors/generators, written in Rust!
-
A library for music/DSP time conversions! Provides functions and methods for converting between ticks, ms, samples, bars, beats and measures.
-
A small lib for converting keyboard input into musical notes.
-
Rust decoder for Apple's Core Audio Format (CAF)
-
A polyphonic sampler instrument that supports unique sample mappings across both frequency and velocity ranges.
-
Converts discrete note events to a continuous signal of amplitude and frequency frames over N number of voices.
-
An interpolatable Envelope type along with a generic 2D Point, useful for controlling parameters over time.
-
A simple dsp-chain node for multiplying the amplitude of the output buffer by some volume.
-
A Rust audio IO stream in the style of an "Event Iterator" driven by PortAudio.
-
A simple type for calculating and storing the RMS given some buffer of interleaved audio samples.
-
A variety of utilities related to audio panning in Rust.