Changing the speed of music playback in android

前提是你 提交于 2019-12-07 12:02:47

问题


Is there a way to slowdown/speedup the speed of music playback, currently I'm using MediaPlayer class and cannot find any functions that do this.

Is there a way to playback music with variable speed?


回答1:


Unfortunately MediaPlayer does not allow it. You can vote for this feature to be included in Android by default here: http://code.google.com/p/android/issues/detail?id=1961

The best apps that support it that I found are ACast (which has very good support for downloading podcasts, which is mainly where I use it to speed up audio files) and Astra Nova Player (which could be your replacement for MediaPlayer entirely).

I hope this helps.



来源:https://stackoverflow.com/questions/5149050/changing-the-speed-of-music-playback-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!