Skip to content
This repository was archived by the owner on Jul 4, 2021. It is now read-only.

Stream your microphone

ugjka edited this page Dec 4, 2016 · 4 revisions

Install sox

Check your distro for package sox

Next step should work on most linux systems out of box

sox -t alsa default -t mp3 - | dumb-mp3-streamer

That's it!

Clone this wiki locally