rxlabz / audioplayer

A flutter plugin to play audio files iOS / Android / MacOS / Web ( Swift/Java )

Home Page:https://pub.dartlang.org/packages/audioplayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio Speed

jjansen27 opened this issue · comments

I am rewriting an app in Flutter and looking for an audio player that allows the user to set the play back speed. It looks like this one does not allow the play back speed to the changed. Would you be open to adding play back speed as an option, or be willing to let me add it? It would be an android only option.

Same here, found this Fork https://github.com/catoldcui/audioplayers in order to provide this feature it requires minSdk 23 but thats ok for my usecase.