1
0
Fork
You've already forked aoip
0
Audio Over IP
  • Python 80.2%
  • Shell 19.8%
Find a file
2026年07月13日 02:30:12 -03:00
client.py First working version 2026年07月13日 02:30:12 -03:00
client.sh First working version 2026年07月13日 02:30:12 -03:00
README.md First working version 2026年07月13日 02:30:12 -03:00
server.py First working version 2026年07月13日 02:30:12 -03:00
server.sh First working version 2026年07月13日 02:30:12 -03:00

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.