NiklasEi/bevy_kira_audio

Support playing sounds that implement kira's `SoundData`

harudagondi opened this issue · 0 comments

AudioChannel::play only works with AudioSource, which in turn only support StaticSoundData. It'll be nice to work with any SoundData, as this opens the opportunity for procedural audio in bevy.