Replies: 1 comment
-
|
谢谢~ 有计划,而且要实现的话除了folk底层仓库也想不到更好的办法了 :( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
均衡器等音效调节作为音乐播放器中的一个重要功能,应该被纳入 MusicFree 下一步的计划中。但是在 RNTP 的发行版中,找不到任何关于均衡器或者其它音效的 API,这是因为 RNTP 在安卓平台基于 KotlinAudio 的安卓库,而 KotlinAudio 并未实现任何音效!因此,添加均衡器等音效组件需要对 KotlinAudio 进修改。这里提供一个可行的 Idea,以均衡器为例子:
mp3Util接口)只是通过该方法在 MusicFree 安卓端中实现均衡器,需要将原有 RNTP 和 KotlinAudio 的依赖版本修改为 fork 之后的版本。
Beta Was this translation helpful? Give feedback.
All reactions