I want to compile the PyAudio
with some layers as possible. I only want to use PortAudio
( required for PyAudio
) which is ALSA, but not Jack, not Pulseaudio, nothing else Uses.
Send me the PyAudio & lt; - & gt; Port audio & lt; - & gt; ALSA
and nothing else.
When this happens:
git clone http://people.csail.mit.edu/hubert/git/pyaudio.git CD pyudio sudo python setup.py Install
This will link the library to Jack, etc. Which I do not want
How to compile PyAudio with nothing more than PortAudio and ALSA?
Reason: Debug some problems, which may be related to other layers.
When you install PyAudio as it is shown, then this PortAudio Library that will already be installed on your system (such as if you want ported audio without jack, then you have to get from source and use it yourself By compiling it: I think that PulseAudio is not able to directly sync Situation is not. If you do not want to interfere with the PulseAudio, it can be easy to uninstall. apt-
./configure - without-jack
No comments:
Post a Comment