I guess those interested in “brainwave entrainment” might like your effect. If it is included in Audacity, we’ll need it to be documented in the Manual ( > http://manual.audacityteam.org/man/Effect_Menu > ).
Yes, I will document it when I will see commited in the svn.
I’m trying to build the standalone version of Paulstretch on Linux (Debian Squeeze), but I’m getting the following errors, (any ideas how to fix this?)
PAaudiooutput.cpp:29: error: ISO C++ forbids declaration of ‘PaStreamCallbackTimeInfo’ with no type
PAaudiooutput.cpp:29: error: expected ‘,’ or ‘...’ before ‘*’ token
PAaudiooutput.cpp: In function ‘void PAaudiooutputinit(Player*, int)’:
PAaudiooutput.cpp:40: error: invalid conversion from ‘int (*)(const void*, void*, long unsigned int, int)’ to ‘long unsigned int’
/usr/include/portaudio.h:355: error: too few arguments to function ‘PaError Pa_OpenDefaultStream(PortAudioStream**, int, int, PaSampleFormat, double, long unsigned int, long unsigned int, int (*)(void*, void*, long unsigned int, PaTimestamp, void*), void*)’
PAaudiooutput.cpp:40: error: at this point in file
To answer my own question:
Apparently it depends on, portaudio version 1.9, but the default in Squeeze is version 1.8, so the easiest solution (without risk of breaking anything) is to build paulstretch with jack audio and move PAaudiooutput.cpp out of the way.