Open TheKnarf opened 2 months ago
Lets say I'm using another package that gives me a set of samples, how can I load this into bevy_kira_audio without first having to save it to a file?
If you can build a Kira StaticSoundData from your samples, you can create the audio asset and manually insert it into the asset collection.
StaticSoundData
Lets say I'm using another package that gives me a set of samples, how can I load this into bevy_kira_audio without first having to save it to a file?