alsa-utils
alsa-utils copied to clipboard
The Advanced Linux Sound Architecture (ALSA) - utilities
SUSE has a [preset](https://build.opensuse.org/package/view_file/openSUSE:Factory/alsa-utils/01beep.conf) to mute the PC speaker by default as it can be quite annoying (https://bugzilla.suse.com/show_bug.cgi?id=767270). Would it make sense to include that upstream?
Introduce a new keyword "Subtreecopy" for extending existing conf nodes with additional nodes. This feature is useful for extending previous pipeline class definitions with the addition of one or more...
So I'm at the point where I need to manually disable auto-mute after every reboot on my card. I've tried storing info using `alsactl store` and enabling `alsa-restore.service`, but I...
Hi, just wanted to point out that aseqsend is failing because the value returned by getopt_long can never be -1 since it's a char.
Hello, Recently I got Creative Sound Blaster X3 (SB1810) as it seemed it works fine with linux. I'm using Gentoo with Plasma desktop (ALSA + Pipewire) and the onboard sound...
Hi, I'm trying to link the volume controls of 2 soundcards together. We've got 2 souncards, an UAC2Gadget card and a custom soundcard. We use alsaloop to create the following...
Xruns can happen quite often (E.G. continuously when using alsaloop to/from the UAC gadget driver without a connected host), so only log the debug messages when verbose logging has been...
alsabat creates its capture file by using mkstemp() in bat.c. So it creates a new file under /tmp each time it runs (at least when configured to capture something...) and...