I can tell more. I have tried Audacity + PortAudio (v19) + JACK, all from current CVS,
without any success. Developers have suggested me to join to development process and
play with source code :-) It was few months ago. Current state is the same. I think,
Audacity and PortAudio teams take in mind MS Windows users as main projects target,
rather Linux users. OTOH, currently, I think, it is not interesting to use any audio
software in Linux without JACK support.
Andrew
======= On Thursday 29 January 2004 10:05, krozilo(a)nm.ru wrote: =======
hi!
i compiled audacity with
./configure --with-portaudio=v19 --without-portmixer
and try to use with jack
when i press "play" button, then auda not play audio.
after EVERY pressing "play" button a pair:
PortAudio client:out_0
PortAudio client:out_1
are added to jack_lsp list.
f.e., after 4 pressing jack_lsp out:
sh-2.05b$ jack_lsp
alsa_pcm:capture_1
alsa_pcm:capture_2
alsa_pcm:playback_1
alsa_pcm:playback_2
PortAudio client:out_0
PortAudio client:out_1
PortAudio client:out_0
PortAudio client:out_1
PortAudio client:out_0
PortAudio client:out_1
PortAudio client:out_0
PortAudio client:out_1
sh-2.05b$
if i try to connect ports
sh-2.05b$ jack_connect PortAudio client:out_0 alsa_pcm:playback_1
then audacity crash.
Who success with pair audacity-jack?
sorry for mistakes, regards.