tesselode / kira

Library for expressive game audio.
https://crates.io/crates/kira
Apache License 2.0
837 stars 42 forks source link

[Feature] Ability to Create a Sound From Bytes #10

Closed zicklag closed 3 years ago

zicklag commented 3 years ago

Hi there, I'm wanting to use Kira in Bevy Retro, but I need the ability to create a Sound from raw bytes, instead of passing a file path. Are you open to me creating a PR for this?