this post was submitted on 03 Mar 2026
646 points (97.8% liked)
linuxmemes
30435 readers
1344 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudoin Windows. - No porn, no politics, no trolling or ragebaiting.
- Don't come looking for advice, this is not the right community.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. 🇬🇧 Language/язык/Sprache
- This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed.
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
When you want to route your audio a certain way (let’s say audio recording/production or such)
Windows: oh sure, you just gotta download a shitty proprietary driver/program, get that to talk to your daw and from there on it’s…let’s hope it does what you wanna do.
Linux: You want routing options? Have some …(ALL the options)
As someone that is using RTP to send audio from and to different Linux computers, this is unfortunately an option that is getting more difficult to use as time passes. A few years ago when pulseaudio was dominating, it was trivial to just tick a few boxes, enable RTP, see a lit of devices in pasystray, and choose it with a few clicks. Now since pipewire, this is no longer possible. Sure, RTP still works, but using the command line is now mandatory, as all the GUI options have disappeared.
I still find myself reinstalling pulseaudio on most of my computers running Linux because I need RTP audio and it's disappointing that it's getting harder and harder to get it to work on Linux.
Yeah they now expect you to use their native protocol for sharing audio on the network.
https://wiki.archlinux.org/title/PipeWire#Sharing_audio_devices_with_computers_on_the_network
Any idea if Dante Virtual Soundcard supports Linux? I haven’t done any research on it, but I use a lot of audio-over-IP devices for work and all of them use the Dante protocol. It is definitely a “just open the program, tick a few boxes to route things from A to B, and everything works” solution.
It's proprietary software and it seems doubtful the company will port it to Linux. However it seems there's a workaround using AES67, or a reversed engineered implementation called teodly.
I've never used pasystray. But I regularly use qpwgraph now since I switched to pipe wire. It's similar to the graph from qjackctl.
I'm not sure if this is what you're talking about, but win11 can control both input and output per application.
I often route my Pandora audio through my stereo while my default/games go through my computer speakers (or sometimes my headphones)
Oh that’s a given, I’m talking about routing a signal through several pieces of hardware and/or software in a particular way.
For example: the drummer needs to hear a clicktrack and the bass, while the choir needs to hear the orchestra/themselves separate (and they want a little reverb). (Now take this and apply it to everyone on stage)
These kind of situations can get very complex and can get very high stakes.
For those matters in windows you rely on the software that comes with your hardware. Problem is those don’t always play nice together. Or they simply don’t offer the particular situation you need.
In Linux you can do anything you want. So much so that it sometimes adds unto the complexity.
When I tried PulseAudio over network in addition to VNC I just got a really choppy unusable audio.
I just gave up and restored to streaming audio with VLC.