RustAudio / dsp-chain

A library for chaining together multiple audio dsp processors/generators, written in Rust!
MIT License
298 stars 20 forks source link

A node for playing vorbis format #71

Closed bvssvni closed 9 years ago

bvssvni commented 9 years ago

See https://github.com/tomaka/vorbis-rs

This should probably be put in another library.

mitchmindtree commented 9 years ago

This would be best for a "sampler" crate - a crate dedicated to playing back pre-recorded audio in different formats. It could depend on dsp-chain and use the audio_requested method to feed the audio output.

mitchmindtree commented 9 years ago

Closing as this idea would be best for another library (that perhaps extends dsp-chain).