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-0
Install the Python dependencies:
script/setup
Run a server that streams audio from the default microphone:
script/run \
--uri 'tcp://127.0.0.1:10600' \
--mode mic
Add --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 snd
Add --devices
to see available playback devices (use --snd-device <DEVICE>
). See --help
for more --snd-*
options.