Python audio streaming connected to external devices network or serial
- Sample files from examples
python-sounddevice documentation
pip install -r requirements.txt
pyhton wave.py
with command line
python -m sounddevice
with script
devices = sd.query_devices()
print(devices[0]["name"])
python mic_to_speaker.py
python plot_input.py
python play_sine.py
python play record sound libraries