Your Audio Setup - Desktop Customization & Workflow
Users browsing this thread: 1 Guest(s)
|
|||
I'm also currently using pulseaudio.
(09-02-2021, 01:06 PM)vain Wrote: pulsemixer is the frontend that I useSimilarly, I use pulsemixer, it's simple and neat. I got paprefs installed in case I want to set simultaneous output, when I have multiple headsets connected like when watching a movie with friends each can have their own audio without bothering the rest of the house. I use the GUI instead of loading the module manually - It's just so much easier. One thing I'm testing is having different virtual sinks for different cases: voip, media, notification. So far, I have these in my default.pa Code: load-sample-lazy x11-bell /usr/share/sounds/freedesktop/stereo/bell.oga NB: The module-x11-bell can't be rerouted using pulseaudio restoration database so you have to specify the sink at module load time. Other than that this gives me 3 virtual sinks called "voip", "notification", and "media". Then I need pulseaudio to remember the routing of streams. It does that automatically normally when you manually move streams (according to different criteria) and saves it in the restoration database. So far I haven't found any user-interface that allows editing it easily, so I started writing one today. |
|||
Messages In This Thread |
Your Audio Setup - by venam - 08-02-2021, 03:37 AM
RE: Your Audio Setup - by movq - 09-02-2021, 01:06 PM
RE: Your Audio Setup - by venam - 09-02-2021, 01:30 PM
RE: Your Audio Setup - by movq - 10-02-2021, 11:33 AM
RE: Your Audio Setup - by venam - 10-02-2021, 11:58 AM
RE: Your Audio Setup - by venam - 05-07-2021, 03:29 PM
RE: Your Audio Setup - by VMS - 28-02-2022, 12:21 PM
|