Changes between Version 9 and Version 10 of WikiStart


Ignore:
Timestamp:
Jan 11, 2022, 12:32:39 PM (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v9 v10  
    33AudioTools is a lightweight audio manipulation toolbox.
    44
    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.
     5The 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.
     6
     7As an end user, you can simply run one of the applications
    68
    79The main components are