sox, node
On Ubuntu/Debian:
sudo apt install sox nodejs
On macOS:
brew install sox nodejs
npm i
node server.mjs
The client can be another linux or macOS machine.
** WARNING! lower down your volume before running the example since it will produce echo **
node client.mjs
If you want to stream the audio to another device (e.g a raspberry pi intercom system) you can filter by meta.id on client.on('stream', (stream, meta) => ...)
Can you make some Readme file? Most people didn't know how to run this example.