![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
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 !
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