Closed yjpark closed 2 years ago
Seems kira 0.6 did some rewriting, which changed the streaming api, then when bevy_kira_audio update with it, dropped the streaming support, not added back yet.
Shouldn't be too hard to update with kira 0.6, the changlog said that stream was supported better than before, but need some updates in bevy_kira_audio.
Did a quick fork to use kira 0.5 with bevy 0.8 to keep this task going forward for now.
https://github.com/yjpark/bevy_kira_audio/tree/stream-kira-0.5
Stuck with bevy_kira_audio, which removed the streaming support in kira 0.6 update, not sure why, so need to create a fork and do some experiments.