Changes between Version 3 and Version 4 of WikiStart
- Timestamp:
- Jan 11, 2022, 11:32:50 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v3 v4 3 3 AudioTools is a lightweight audio manipulation toolbox. 4 4 5 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. 5 6 6 Source 7 The 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 7 17 {{{svn co https://tracinsy.ewi.tudelft.nl/pub/svn/AudioTools}}}