Changes between Version 11 and Version 12 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v11 v12  
    11= Welcome to AudioTools
    22
    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.
     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. Both programmatically and using a GUI.
    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.