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.
Java の jaudiotagger ライブラリを使用して mp3 周波数 (Hz) を取得する方法を知っている人はいますか? ジャディオタガーのサイト
テストされていませんが、これは役立つようです:
AudioFile f = AudioFileIO.read(file); String rate = f.getAudioHeader().getSampleRate();
getSampleRateAsNumber()int を好む場合もあります。
getSampleRateAsNumber()