Crate replit_audio

Source
Expand description

Rust library for playing audio in repl.it.

Provides an AudioBuilder struct that allows the user to build and play an audio file or tone. Each audio instance can be manipulated with the Audio struct.

Re-exports§

pub use audio::*;

Modules§

audio
Everything you need to play audio in repl.it.