Audio Over IP
| client.py | First working version | |
| client.sh | First working version | |
| README.md | First working version | |
| server.py | First working version | |
| server.sh | First working version | |
Audio over IP
Requirements
- PipeWire tools
- PulseAudio tools
Client
Play stream: python client.py IP | paplay --raw --format=s16le --rate=48000 --channels=2 /dev/stdin.
Or just run the script ./client.sh IP.
Server
First, get the ID of the Monitor Source: pactl list short sources.
Then, run the script as ./server.sh ID IP, changing the ID for the monitor source, and IP for the local IP.