David Baron wrote:
I have been unable to compile it
external.o: In function `get_temp_filename':
/home/david/denemo-0.8.4/src/external.c:119: warning: the use of `tempnam' is
dangerous, better use `mkstemp'
audiocapture.o: In function `pa_main':
/home/david/denemo-0.8.4/src/audiocapture.c:348: undefined reference to
`Pa_GetDefaultInputDevice'
audiocapture.o: In function `play_pitch':
/home/david/denemo-0.8.4/src/audiocapture.c:143: undefined reference to
`Pa_IsStreamActive'
/home/david/denemo-0.8.4/src/audiocapture.c:154: undefined reference to
`Pa_GetDefaultOutputDevice'
I'll guess you don't have an up-to-date Portaudio2 (v19) installed. This
morning I compiled and installed it on Ubuntu Studio 9.04. Tests ran fine.
Best,
dp