notation-fun / notation

A modern visual music notation, colorful and dynamic
https://www.notation.fun/
Other
255 stars 12 forks source link

Update with Bevy 0.12 #174

Closed yjpark closed 9 months ago

yjpark commented 10 months ago

Due to the assets v2 update, it's not easy to update the bevy_kira_audio fork with it, need to bring some codes in upstream (which is based on newer kira, so may need tweaks).

bevy_bundsp already supported dynamic audio source, so probably can use it instead, it's not updated with bevy 0.12 though, will wait a few days before dig into it.

https://github.com/harudagondi/bevy_fundsp https://github.com/harudagondi/bevy_fundsp/pull/6

yjpark commented 9 months ago

Bevy provide an example for audio decoder, might be used to play audio in a similar way.

https://github.com/bevyengine/bevy/blob/main/examples/audio/decodable.rs