validateWAVE
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Perl script to analyze WAVE files and validate that they are proper WAVE files
validateWAVE
Version 1.0
Created 2011-02-25
Modified 2011-02-25
Written by Theron Trowbridge


Description

Perl script to analyze a WAVE file and validate that it is a proper WAVE file.

Outputs information about the file, as well as any warnings or errors.


Usage

$ perl validateWAVE.pl 

Works with glob operations (i.e., validateWAVE.pl *.wav) to operate on multiple WAVE files.


Output

Outputs to stdio.  Can be piped to a text file or command line utility like grep.


Known Issues

None, though I have not tested with many faulty WAVE files, so there may be some issues with oddball cases.

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