Canardoux / flutter_sound

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

[ENH]:Pitch #714

Open geekmuhannad opened 3 years ago

geekmuhannad commented 3 years ago

Hello,

Is it possible to add a function that changes the pitch of the audio after recording?

Larpoux commented 3 years ago

It is not possible to change the pitch during the playback with iOS AVAudioPlayer. Flutter Sound uses AVAudioPlayer when the App does startPlayer(fromURI: ...) or startPlayer(FromBuffer: ...)

I hope to work soon on AVAudioEngine which is actually used by startPlayerFromStream(). I will probably address your issue.

github-actions[bot] commented 9 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.