theintencity / py-audio

Python bindings for audio device and speex codecs
GNU Lesser General Public License v3.0
14 stars 8 forks source link

getting Error while running the test.py #13

Open PraveenkumarDonga opened 7 years ago

PraveenkumarDonga commented 7 years ago

Hi! I followed all the steps in https://github.com/theintencity/py-audio/pull/12/commits/f82f2f9a97c2ac55107c0fd95cf0e5c6e3b30629 I have executed all the steps manually from the command line and able to generate those .so files.

but While running the test.py I am getting this Error: audiodev.error: RtApiAlsa::probeDeviceOpen: pcm device (hw:0,3) won't open for input.

I have tried with some of the online solutions but not luck. https://stackoverflow.com/questions/6400950/how-can-i-solve-a-conflict-between-openframeworks-and-other-audio-applications

Could anyone please help me with this?

OS:Ubuntu 16.04 python: 2.7.12