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);