#Changing audio pitch

4 messages · Page 1 of 1 (latest)

errant hazel
#

Is there a way (either built-in or thru a plugin) to pitch-shift audio? This is super useful to avoid having to add SFX variations, which is helpful in jams and keeps asset size down.

I don't think it's doable with the current audio or in bevy_kira_audio, but I'd love to be proven wrong 🙂

errant hazel
#

There's still no way to do this, right?

lean marsh
#

I'm not sure, I don't think so, I guess playback_rate is the closest form, but I imagine you want to change the pitch without impacting the duration

#

I'd say try the playback_rate first, maybe a very small difference might suffice, otherwise, time to rabbit hole than functionnality into a crate 😄