Mixer application

I am looking for a semi convenient mixer application with as little dependencies as possible. It doesn't really matter if graphical or not as long as it has at least some curses interface. If it's graphical i'd prefer GTK2 (or if it has to be 3) but i'll take what i can get. Also i'd like to use SndIO if that's possible.

Any recommendations?
 
I use audio/mixertui and it looks like this:
shot-2020-09-28_19-55-09.jpg
 
audio/xmmix is good for a non-gtk application.

For a gtk application, where volume can be adjusted by scrolling over the volume icon in the task bar, audio/gvolwheel is good, but dependency heavy. There was another gtk application like this too: same functionality and dependency heavy.

There's a audio/wmix and audio/wmsmixer with a WindowMaker style, that usually gets hidden under desktop applications. They're lightweight. One of these works well with other managers.

audio/osdmixer isn't a volume mixer, but it's a good accessory that displays the volume in green bars, when it's adjusted.

audio/dsbmixer is a qt one, which comes with a scrollable volume icon and a full mixer when it's clicked on.
 
audio/xmmix is good for a non-gtk application.

The problem with Motif is that it really looks/feels out of place on my desktop and sadly i don't think there anything that i can do about it, isn't it?

For a gtk application, where volume can be adjusted by scrolling over the volume icon, audio/gvolwheel is good, but dependency heavy. There was another gtk application like this too: same functionality and dependency heavy.

The dependencies aren't that bad considering i use a lot of GTK applications and have those already anyways. If it would depend on gconf, dbus or something like that i'd pass but this is OK for me. Might be a bit simplicistic though but i'll try it (even if just to see if it'll work with my WM). Thanks!
 
xfce4-mixer for oss devices
[ PS : qasmixer on linux is super and it's bad freebsd has not such thing ]

Thank you but sadly Xfce applications are generally a bit problematic for me as in they pull in a lot of Xfce specific dependencies. audio/xfce4-mixer also pulls in devel/dbus and x11/xfce4-panel on top of that so i'll have to pass.

Qasmixer looks pretty nice though. I'll probably check it out on Linux. To bad it's Qt which doesn't really seem to like my current GTK theme (gets the colors wrong) but i wanted to change that anyways.
 
I'm using audio/dsbmixer in my i3 desktop for one year. I have to say it has library dependencies on devel/qt5-core.

Looks nice. Qt isn't a show stopper in general. I have it on my system anyways for multimedia/vlc and audio/mumble. I kinda try to avoid it but as long as i can get it to somewhat respect my theme there is no real problem. A mixer also doesn't use the file chooser dialog (which is the most annoying part about different toolkits for me). I'll check it out. Thanks!
 
  • Like
Reactions: a6h
If there's more minimal program, I'm happy to hear about it.

audio/xmmix is good for a non-gtk application.

I haven't tested it but seems to be functional so if you don't care about the funky looks it might be an option. Actually i am kinda reconsidering if i shouldn't use this myself. It might look a bit out of place but considering it's only a mixer the oldschool controls probably aren't really noticeable.

xmmix.gif
 
Depending on your window manager, the window border won't look like this one that's burgundy. The border bar will look like a regular bar without those kinds of buttons.

xmmix.gif
 
For completeness:

audio/xmixer (does not contain a GTK version as stated in the description. I guess it was removed because it targets GTK 1.x)
xmixer.gif


https://openports.se/audio/cmixer

A minimalistic curses based CLI application. The port targets OpenBSD but it's really just a tiny perl script so it's probably still pretty easy to get this to run.
 
  • Like
Reactions: a6h
Back
Top