harudagondi/bevy_fundsp

Allow support for setting parameters

Opened this issue · 0 comments

Allow the user to set a parameter (using fundsp::hacker32::tag) to a certain value during runtime.

  • bevy_audio: does not provide any Handle<AudioHandle> or similar, only AudioSink.
  • bevy_kira_audio: kira has SoundData, but is not exposed in the bevy crate.
  • bevy_oddio has AudioHandle in the main branch.