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) => ...)
Hi,
I am interested in your project, is it still functional? If so, possible to have the entire project?
Thank you