Canardoux / flutter_sound

Flutter plugin for sound. Audio recorder and player.
Mozilla Public License 2.0
864 stars 567 forks source link

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

Open Larpoux opened 3 years ago

Larpoux commented 3 years ago

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.

Fraa-124 commented 2 years ago

Any update about this Larpoux?

Larpoux commented 2 years ago

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

github-actions[bot] commented 8 months ago

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.