音频特效计算Java库 Jipes

码农软件 · 软件分类 · 多媒体处理 · 2019-09-14 13:27:48

软件介绍

Jipes 是一个开源的 Java 类库用于高效的计算音频特效,可获取音频文件的元数据信息。

示例代码:

SignalPipeline<AudioBuffer, Float> pipeline = new SignalPipeline<AudioBuffer, Float>(
    new Mono(),
    zeroCrossingRateProcessor
);

SignalPump<AudioBuffer> stereoPump = new SignalPump<AudioBuffer>(new AudioSignalSource(new File("stereo.wav")));
stereoPump.add(pipeline);
Map<Object, Object> results = stereoPump.pump();
Float zeroCrossingRate = (Float)results.get(id);

本文地址:https://codercto.com/soft/d/14578.html

Linux Device Drivers

Linux Device Drivers

Jonathan Corbet、Alessandro Rubini、Greg Kroah-Hartman / O'Reilly Media / 2005-2-17 / USD 39.95

Device drivers literally drive everything you're interested in--disks, monitors, keyboards, modems--everything outside the computer chip and memory. And writing device drivers is one of the few areas ......一起来看看 《Linux Device Drivers》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具