Glitch/Noise/Data corruption
Hi was wondering if anyone has any information on how you might change values contained in an audio file to create glitch/noise?
Thanks
With [peek~] and [poke~], you can read and write values in a [buffer~]...
To corrupt the audio file, you could read the file to a buffer~, corrupt, then save the file.