korge icon indicating copy to clipboard operation
korge copied to clipboard

Korau: Pitch change doesn't work

Open ArtyomZhukov opened this issue 10 months ago • 1 comments

korge-core library: 5.4.0

Pitch changes doesn't affect on a result sound. Tried to change pitch in PlaybackParameters and in SoundChannel.

sound = resourcesVfs["sound.mp3"].readMusic() soundChannel = sound?.play(params = PlaybackParameters(pitch = params.value.pitch))

soundChannel?.pitch = newPitch

ArtyomZhukov avatar Apr 14 '24 09:04 ArtyomZhukov