flutter_sound icon indicating copy to clipboard operation
flutter_sound copied to clipboard

[BUG]: setSpeed() impact the pitch on Flutter Sound Web.

Open Larpoux opened this issue 3 years ago • 2 comments

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.

Larpoux avatar Aug 03 '21 06:08 Larpoux

Any update about this Larpoux?

Fraa-124 avatar Apr 05 '22 16:04 Fraa-124

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

Larpoux avatar Apr 05 '22 16:04 Larpoux

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.

github-actions[bot] avatar Dec 13 '23 01:12 github-actions[bot]