Discussion:
[Portaudio] Portaudio doesn't find any devices
Matthew Scholefield
2018-09-27 23:33:45 UTC
Permalink
For some reason, recently, c++ compiled portaudio applications don't find any devices. The strange part is Pulseaudio works fine and portaudio via python bindings (PyAudio) work fine. Here's the output of the pa_devs.c (http://portaudio.com/docs/v19-doxydocs/pa__devs_8c_source.html) script:

OS: Solus
Debug info:
aplay -L (https://hastebin.com/pokamoxohu)
lspci -b -vv (https://hastebin.com/xezuzokoxo)
Details:
- Another Solus user confirmed they did not have this issue.
- I compiled and installed portaudio from source and it did not solve the issue

./pa_devs
PortAudio version: 0x00130600
Version text: 'PortAudio V19.6.0-devel, revision 396fe4b6699ae929d3a685b3ef8a7e97396139a4'
Number of devices = 0
----------------------------------------------

Thanks!

Loading...