Skip to content

weakwolf/vapt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

vapt stands for video and audio process tool. this repository includes some tools which can process video and audio data.
Well, until now, this project is just a toy.

How to build?

clone this project;execute "mkdir build" in the main directory; cd build;run cmake and make, the default is DEBUG mode.

Tool list

wavcaps:
this tool can encapsulate raw audio data into a WAV file. When you want to store some raw auido data,you can use this tool, so that you don't need know the sample rate, channels and so on to play it next time.
example:wavcaps input.pcm output.wav 44100 2 16 pcm
input.pcm--raw data path
output.wav--output path
44100--sample rate
2--channel count
16--sample depth
pcm--audio format, this is optional. If you don't input, the default is pcm

Finally

have fun!

About

this repository includes some tools which can process audio data, only for study.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published