Changes between Version 3 and Version 4 of WikiStart


Ignore:
Timestamp:
Jan 11, 2022, 11:32:50 AM (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    33AudioTools is a lightweight audio manipulation toolbox.
    44
     5The 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.
    56
    6 Source
     7The main components are
     8|| component || function ||
     9||pipe || basic definitions for audio pipe ||
     10||audiofilter ||The audio filters to be applied to the streams||
     11||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||
     12||audioconverter||Converts bunch of files according to settings||
     13||trimtool||Trims audio according to noise threshold settings||
     14
     15
     16== Source code
    717{{{svn co https://tracinsy.ewi.tudelft.nl/pub/svn/AudioTools}}}