June 26, 2026
Broadcast news, static in comments
Webradio server – broadcasts audio source to clients
A DIY internet radio tool drops, and the comments instantly ask: who is this actually for
TLDR: Tau-tower is a new tool for putting your computer’s audio on the web like an online radio station, with an optional tie-in for live terminal shows. Commenters immediately zoomed in on the confusing use case and suggested simpler alternatives, turning the launch into a mini debate over whether this is clever or just complicated.
A new open-source project called tau-tower wants to turn your computer’s sound into a simple web radio stream people can listen to in a browser. In plain English: it lets someone broadcast audio from one machine to lots of listeners online, with support for pairing it with live terminal video through Asciinema. It’s funded through Europe-backed internet grants, which gave the whole thing a faintly noble “build a better web” glow.
But the real entertainment was in the reactions. The strongest mood in the room was not “wow, amazing,” but “wait, what is this setup even supposed to be?” One commenter said they were thrown by the instruction to run Asciinema alongside it, basically calling out the docs for sounding more mysterious than helpful. That kicked off the classic community side-eye: is this a neat niche tool with a clever use case, or a solution in search of a problem?
Then came the low-key savage comparison: if all you want is audio, one commenter pointed people to streammyaudio.com instead, which reads like the internet equivalent of saying, “Cute project, but have you considered just using the obvious thing?” Even the setup notes added to the vibe: warnings about tiny cloud servers not having enough memory, a username and password that are explicitly “NOT secure,” and lots of config file wrangling. The result? A launch that felt less like “plug and play” and more like “some assembly, patience, and existential clarity required.”
Key Points
- •tau-tower is a web radio server for livestreaming audio from tau-radio to web clients and is modeled after Icecast.
- •The project is funded through NGI Zero Core, established by NLnet with support from the European Commission’s Next Generation Internet program.
- •The software is intended to run on a remote server and is installed with Cargo from a GitHub repository, with configuration stored in standard macOS and Linux config paths.
- •The article notes that the username and password in the sample config are not secure and are only used to link tau-radio and tau-tower.
- •The streaming pipeline sends locally captured audio from tau-radio to tau-tower, and can optionally integrate Asciinema and Caddy for live terminal streaming and proxy/TLS setup.