AudioKits是一组对音频数据进行切割,合并,通道分离和格式转换等操作的工具。
Istallatio$ git cloe git@github.com:ASwErYWJ/AudioKits.gitUsageCompile:youcamodify SRC i Makefie tochagekits.
$ makeModify Samplelegth i cofig.h,defaultis siged16bit.
The,ruyourprogramwith:
# cut mutilchaels audio data(cut from tail) $ chael_covert iput_chael(s) iput_file output_chael(s) output_file# get oe of the chaels from mutilchaels audio $ ./chael_get iput_chael(s) iput_file output_chael_umber output_file# merge some moo audios to oe mutilchaels audio$ ./chael_merge output_chael(s) iput_file1(moo) iput_file2(moo) ... iput_file(moo) output_file# separate oe mutilchaels audio to some moo audios$ ./chael_separate iput_chael(s) iput_file# read header ifomatio of wave audio$ ./read_wavheader xxx.wavclea:
$ make clea
评论