off topic: looking for commandline convolution tool
hi, i'm looking for a simple frequency domain commandline convolution tool (non realtime - osx). (convolution of 2 aiff files) any ideas? micha
I've got two, for .wav or .snd (.au) at: http://www.cs.princeton.edu/~prc/drop/convolutions.zip Note you'll need to edit the waveio.h file to reflect BIGENDIAN byte ordering. That makes the executables (once you compile them) take and yield .snd files. You can use SOX or Audacity to convert your .aiff files to .au, then rename them to .snd (same format). PRC On Wed, 4 Jan 2006, michael breitenbach wrote:
hi, i'm looking for a simple frequency domain commandline convolution tool (non realtime - osx). (convolution of 2 aiff files) any ideas? micha
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Am 04.01.2006 um 20:37 schrieb Perry R Cook:
I've got two, for .wav or .snd (.au) at:
thank you - it works fine
participants (2)
-
michael breitenbach
-
Perry R Cook