Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 android 媒体播放器应用程序。谁能告诉我如何将预设值分配给歌曲并播放。
你能给我解决方案吗?
下面是正在使用的代码,
equalizer = new Equalizer(1, audioSessionId); equalizer.setEnabled(true); equalizer.usePreset(preset);