←back to thread

86 points stargrave | 2 comments | | HN request time: 0.409s | source
1. aftbit ◴[] No.40087738[source]
>No GUI requirement. Why would someone need a GUI for voice application? But a fancy real-time refreshing TUI would be desirable. Mumble tends to output no information, sometimes hiding the fact of a problem and that everything stopped working.

Eh why would someone need a fancy real-time refreshing TUI for a voice application? Just write logs to stderr and status updates to stdout like regular people.

Honestly, go a step further. Take microphone audio in on stdin and produce speaker audio out on stdout. Then you can skip ALSA/OSS/jack/pipewire/pulseaudio support and just leave that to the user to compose.

replies(1): >>40088365 #
2. rnhmjoj ◴[] No.40088365[source]
You've practically described baresip.