Version 4 (modified by 3 years ago) ( diff ) | ,
---|
Welcome to AudioTools
AudioTools is a lightweight audio manipulation toolbox.
The core of the audio tools is a filtered-pipe/stream mechanism. The pipe streams audio data, either as time-sampled audio data (PCM) or as frequency samples (blocks of fourier coefficients). As a programmer, you hook up the source (file, microphone) and sink (speaker, file) and you start the streaming.
The main components are
component | function |
pipe | basic definitions for audio pipe |
audiofilter | The audio filters to be applied to the streams |
audiogui | A basic GUI that shows users a text to pronounce, records the audio and then user can drag sliders to modify the way it sounds |
audioconverter | Converts bunch of files according to settings |
trimtool | Trims audio according to noise threshold settings |
Source code
svn co https://tracinsy.ewi.tudelft.nl/pub/svn/AudioTools
Note:
See TracWiki
for help on using the wiki.