Changes between Version 11 and Version 12 of WikiStart
- Timestamp:
- Jan 16, 2022, 6:56:51 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v11 v12 1 1 = Welcome to AudioTools 2 2 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. 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. Both programmatically and using a GUI. 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.