Skip to content

blackboxaudio/bbx_audio

Repository files navigation

bbx_audio

Test Version: v0.1.0 License

A collection of Rust crates for audio-related DSP operations 🧮

Overview

bbx_audio is a collection of crates focused around audio-related DSP operations. The following crates are included within this repository:

Getting Started

Setup is quite minimal except for a few required installations on Linux-based platforms.

ℹ️ If you would like to use the bbx_draw crate for visualizations, follow the instruction guide to setup your environment for Nannou. Otherwise, continue on to the following steps.

Linux

Install the following packages:

sudo apt install alsa libasound2-dev libssl-dev pkg-config

Using the Sandbox

To run an example in the sandbox, use the following command:

# From the bbx_sandbox/ directory
cargo run --release --example <example_name>