flutter_sound
flutter_sound copied to clipboard
[BUG]: setSpeed() impact the pitch on Flutter Sound Web.
The function FlutterSoundPlayer:setSpeed()
works fine on iOS and Android.
The speed is modified and the pitch is not impacted.
On web, the pitch is impacted and the result is funny ... but not good.
Any update about this Larpoux?
I haven't looked very much to this issue. Flutter Sound uses a very classical library : Howler. Howler itself just calls regular Web Audio library. The Web Audio library is known for this issue.
But what is strange for me is that the JustAudio plugin does not have this behavior. Someone should look inside Just Audio code to understand how they can change the speed without impact on the pitch
This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.