Using PureData for reading, playing, recording, and scratching audio files
Digital audio recordings are made up of a series of sample values; the audio sample rate for the recording establishes how many sample values are recording in teach second of town. For example, 44.1KHz, 44,100 samples are recorded every second.
Puredata uses tables (like those uses to store pitches and amplitudes for a melody) to store audio samples. The tabread4~ and tabwrite~ objects allow reading and writing of values into tables at audio rates.
Consider the follwoing important concepts, implications and questionsof this example:
For a challenge,