5 lines
117 B
Python
5 lines
117 B
Python
|
|
# sudo apt update
|
||
|
|
# sudo apt install libportaudio2 libasound2-dev
|
||
|
|
|
||
|
|
import sounddevice as sd
|
||
|
|
print(sd.query_devices())
|