speed up sounds

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By nonomiyo

Heya !

I put a “fast forward” button in my game to speedup my animations as follow :

get_node("myanimationplayer").playback_speed = speedvalue

works just fine expect for the animation sound that keeps playing at normal speed.
Problem is : there’s no “speed” setting in the audiostreamplayer2D’s inspector.

Can I speed up the sound ?
Thanks ! :smiley:

figured it :
for sounds’ speed, you have to use “pitch_scale”, not “playback_speed”

nonomiyo | 2018-09-24 08:53

I was searching for the same thing and ran into your reply. Thanks a lot!

Abhishek Roy | 2019-08-17 15:44