Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Korau: Pitch change doesn't work #2217

Open
ArtyomZhukov opened this issue Apr 14, 2024 · 1 comment
Open

Korau: Pitch change doesn't work #2217

ArtyomZhukov opened this issue Apr 14, 2024 · 1 comment
Labels

Comments

@ArtyomZhukov
Copy link

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

@soywiz
Copy link
Member

soywiz commented Apr 17, 2024

Pitch shifting might be needed to be implemented via software, when no hardware option is available. In the meantime we can indicate that it won't work in all the cases.

@soywiz soywiz added the bug label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Pending
Development

No branches or pull requests

2 participants