I'm running PyAudio under Python 2.6.6 and would like it to use ALSA and not JACK.

In [1]: import pyaudio

In [2]: pa = pyaudio.pa

In [3]: pa.initialize()
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started
link|improve this question

76% accept rate
What happens if you run JACK manually from a terminal, via jackstart ? You may also use qjackctl.sourceforge.net to control the JACK daemon if you like a graphical user interface better. Anyway, post the daemon's startup output. – Jim Brissom Jan 12 '11 at 20:23
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.