|
complex audio manipulation howto:
1) Learn what it is your trying to do.
2) Learn a scripting language such as Perl or Python
3) Learn to use a library of audio/DSP algorithms -- ie RTcmix, supercollider, chuck, Csound etc...
4) Write a script to analyze the data from your audio files
5) Write a script to manipulate the data
|