Wyoming protocol server that uses py-sdl2 for audio input/output.
Install system dependencies:
sudo apt-get update
sudo apt-get install libsdl2-mixer-2.0-0Install the Python dependencies:
script/setupRun a server that streams audio from the default microphone:
script/run \
--uri 'tcp://127.0.0.1:10600' \
--mode micAdd --devices to see available microphones (use --mic-device <DEVICE>). See --help for more --mic-* options.
Run a server that streams audio from the default microphone:
script/run \
--uri 'tcp://127.0.0.1:10601' \
--mode sndAdd --devices to see available playback devices (use --snd-device <DEVICE>). See --help for more --snd-* options.