Changes between Version 10 and Version 11 of WikiStart


Ignore:
Timestamp:
Jan 16, 2022, 6:46:13 PM (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v10 v11  
    11= Welcome to AudioTools
    22
    3 AudioTools is a lightweight audio manipulation toolbox.
     3AudioTools 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.
    44
    55The 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.