Changes between Version 10 and Version 11 of WikiStart
- Timestamp:
- Jan 16, 2022, 6:46:13 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v10 v11 1 1 = Welcome to AudioTools 2 2 3 AudioTools is a lightweight audio manipulation toolbox. 3 AudioTools is a lightweight audio manipulation toolbox. The audio pitch, speed, echo etc can be independently manipulated in real-time with this tool. But it can also be used to modify files. 4 4 5 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), insert and set the required filters, and you start the streaming.