alsa-utils
alsa-utils copied to clipboard
The Advanced Linux Sound Architecture (ALSA) - utilities
We have a recurring issue on an embedded system where we use alsaloop to continually forward audio between: EC25E modem -> system speaker (output) system microphone (input) -> EC25E modem...
Just like `--receive`, `--send` should instead send events to a given port until the sent file returns EOF, or `amidi` is terminated. Pipes and FIFOs cannot currently be used to...
If audio data is captured on another device (ie we are NOT using loopback mode), then allow alsabat to analyze that data, by passing a filename reference on the command...
Fix the following static build failure (i.e. without `dlfcn.h`) raised since version 1.2.7 and https://github.com/alsa-project/alsa-utils/commit/44d3e8aa44fc12f95bfeef0e3a1051e8f77047b5: ``` pre-processor.c:28:10: fatal error: dlfcn.h: No such file or directory 28 | #include | ^~~~~~~~~...
Following are the output of terminal when trying to fetch amixer set:- ```0 amixer: Unable to find simple control 'DC Mode Enable',0 1709919772.617362 WARNING measure-activity: Problem with amixer set "DC...
When in an environment not intercepting those keys (usually managed by your compositor/window manager), upon receiving some keycodes such as volume up or down, alsamixer is exiting and writing the...
Driver version 4 update from for DMIC NHLT generator, and some error print improvements.
not sure how to title this issue but the following happens in my case: System is a Dell XPS one (all in one PC) and I'm running latest manjaro gnome....
I'm using the [flac tool](https://xiph.org/flac/documentation_tools_flac.html) + `aplay` combo to play my lossless audio files, something like following: `flac -cds filename.flac | aplay` I usually suspend this process with `ctrl+z` when...
$ speaker-test --nloops 1 makes a pink noise for about one second. On the man page mention how to make this into say a half second, as some users would...