Bevy Procedural Audio
A third party Bevy plugin that integrates FunDSP into Bevy.
bevy_procedural_audio
supports integration for bevy_audio
, bevy_kira_audio
, and bevy_oddio
.
⚠ WARNING: Lower your volume before testing your sounds! ⚠
Remember to lower the volume by passing the settings with DspManager::add_graph_with_settings
or multiplying your DSP graph with a low constant (lower than 1.0).
Usage
use *;
use *;
Acknowledgement
I'd like to offer a big thank you to the authors of FunDSP and Bevy for making this plugin possible.
License
bevy_procedural_audio
is distributed under the terms of either the MIT license or the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.