waveformgen
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A waveform image generator
This is just a simple tool to generate a waveform image in png format
from an audio file. It displays peak amplitude as well as RMS amplitude,
just as Audacity does. It is only meant to draw an overview. Using it on
a too small audio file will produce a quite bad result. I use it in a
web application but maybe you need it in other scenarios. You can either
use it as a command line tool or use wfg_generateImage() in your
program. Use this tool at own risk. It is not special, it is not fast,
it is not fancy but it does the job (at least for me).

Please run
>> waveformgen -h
for help.

waveformgen was written in 2010 by Patrick Borgeat .

This tool is released under MIT (see LICENSE)

See BUILDING for compile instructions.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。