notation icon indicating copy to clipboard operation
notation copied to clipboard

Update with Bevy 0.8

Open yjpark opened this issue 3 years ago • 2 comments

yjpark avatar Aug 02 '22 06:08 yjpark

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.

yjpark avatar Aug 03 '22 08:08 yjpark

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

yjpark avatar Aug 03 '22 08:08 yjpark