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中是否有任何类可以通过它来控制音频频率。我已经通过javadoc找到了类CompoundControl,但它很模糊。我应该从哪里开始?
CompoundControl
如何实现音频文件的各种频率,然后改变其 dB 级别,如均衡器。我上过一CompoundControl堂课,上面写着:
CompoundControl(例如图形均衡器)提供对两个或多个相关属性的控制,每个属性本身都表示为 Control。
但我没有找到任何常量或方法。
您将在jlGui中找到均衡器实现,这是一个 Java 开源 Winamp 克隆。但请记住,均衡器功能仅适用于 MP3 数据。