NiklasEi / bevy_kira_audio

A Bevy plugin to use Kira for game audio
Apache License 2.0
346 stars 54 forks source link

Usage with synth #129

Open TheKnarf opened 2 months ago

TheKnarf commented 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?

NiklasEi commented 2 months ago

If you can build a Kira StaticSoundData from your samples, you can create the audio asset and manually insert it into the asset collection.