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 クラスで提供する 5 つのバンドがあります。 各バンドの音域を知りたいです。
それが、各バンドの開始範囲と最終範囲 (Hz/KHz またはその他の単位) です。
自分でそれを手に入れました:
short minEQLevel = mEqualizer.getBandLevelRange()[0]; short maxEQLevel = mEqualizer.getBandLevelRange()[1];