AudioKits 音频数据切割转换工具开源项目

我要开发同款
匿名用户2017年02月24日
32阅读
开发技术C/C++
所属分类应用工具、多媒体工具
授权协议GPL

作品详情

AudioKits是一组对音频数据进行切割,合并,通道分离和格式转换等操作的工具。

Installation$ git clone git@github.com:AnSwErYWJ/AudioKits.git

Usage

Compile:youcanmodify SRC in Makefie tochangekits.

$ make

Modify Samplelength in config.h,defaultis signed16bit.

Then,runyourprogramwith:

# cut mutilchannels audio data(cut from tail) $ channel_convert input_channel(s) input_file output_channel(s) output_file# get one of the channels from mutilchannels audio $ ./channel_get input_channel(s) input_file output_channel_number output_file# merge some mono audios to one mutilchannels audio$ ./channel_merge output_channel(s) input_file1(mono) input_file2(mono) ... input_filen(mono) output_file# separate one mutilchannels audio to some mono audios$ ./channel_separate input_channel(s) input_file# read header infonmation of wave audio$ ./read_wavheader xxx.wav

clean:

$ make clean
声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论