DSBMixer is a tabbed Qt mixer for FreeBSD®. For each installed mixer device, DSBMixer opens a tab. It adds a new mixer tab at runtime when you plug in an USB sound device. DSBMixer allows you to select recording sources and choose your default audio device.
1.5
Release Notes
The old GTK+ version can be found here
# cd /usr/ports/audio/dsbmixer && make install distclean
# tar xf dsbmixer-1.5.tgz && cd dsbmixer-1.5 && qmake
# make && make installor if you don't want devd support:
# make -DWITHOUT_DEVD && make install
# git clone https://github.com/mrclksr/DSBMixer.git # git clone https://github.com/mrclksr/dsbcfg.git # cd DSBMixer && qmake
# make && make installor if you don't want devd support:
# make -DWITHOUT_DEVD && make install