Name | Date | Size | ||
---|---|---|---|---|
.. | 25-Oct-2024 | 4 KiB | ||
.github/workflows/ | H | 25-Oct-2024 | 4 KiB | |
.gitignore | H A D | 25-Oct-2024 | 1 KiB | |
acinclude.m4 | H A D | 25-Oct-2024 | 440 | |
alsa-info/ | H | 25-Oct-2024 | 4 KiB | |
alsaconf/ | H | 25-Oct-2024 | 4 KiB | |
alsactl/ | H | 25-Oct-2024 | 4 KiB | |
alsaloop/ | H | 25-Oct-2024 | 4 KiB | |
alsamixer/ | H | 25-Oct-2024 | 4 KiB | |
alsaucm/ | H | 25-Oct-2024 | 4 KiB | |
amidi/ | H | 25-Oct-2024 | 4 KiB | |
amixer/ | H | 25-Oct-2024 | 4 KiB | |
aplay/ | H | 25-Oct-2024 | 4 KiB | |
axfer/ | H | 25-Oct-2024 | 4 KiB | |
bat/ | H | 25-Oct-2024 | 4 KiB | |
BUILD.gn | H A D | 25-Oct-2024 | 4.1 KiB | |
bundle.json | H A D | 25-Oct-2024 | 1 KiB | |
ChangeLog | H A D | 25-Oct-2024 | 1 KiB | |
configure.ac | H A D | 25-Oct-2024 | 17.2 KiB | |
COPYING | H A D | 25-Oct-2024 | 17.6 KiB | |
gitcompile | H A D | 25-Oct-2024 | 809 | |
iecset/ | H | 25-Oct-2024 | 4 KiB | |
include/ | H | 25-Oct-2024 | 4 KiB | |
INSTALL | H A D | 25-Oct-2024 | 1.6 KiB | |
m4/ | H | 25-Oct-2024 | 4 KiB | |
Makefile.am | H A D | 25-Oct-2024 | 1 KiB | |
nhlt/ | H | 25-Oct-2024 | 4 KiB | |
OAT.xml | H A D | 25-Oct-2024 | 10.9 KiB | |
po/ | H | 25-Oct-2024 | 4 KiB | |
README.md | H A D | 25-Oct-2024 | 1.4 KiB | |
README.OpenSource | H A D | 25-Oct-2024 | 363 | |
README_zh.md | H A D | 25-Oct-2024 | 3 KiB | |
seq/ | H | 25-Oct-2024 | 4 KiB | |
speaker-test/ | H | 25-Oct-2024 | 4 KiB | |
TODO | H A D | 25-Oct-2024 | 187 | |
topology/ | H | 25-Oct-2024 | 4 KiB | |
utils/ | H | 25-Oct-2024 | 4 KiB |
README.md
1# alsa-utils 2## Advanced Linux Sound Architecture - Utilities 3 4[](https://github.com/alsa-project/alsa-utils/actions/workflows/build.yml?query=branch%3Amaster++) 5 6This package contains the command line utilities for the ALSA project. 7The package can be compiled only with the installed ALSA driver and 8the ALSA C library (alsa-lib). 9 10Utility | Description 11----------------|---------------------------------------------------- 12alsaconf | the ALSA driver configurator script 13alsa-info | a script to gather information about ALSA subsystem 14alsactl | an utility for soundcard settings management 15aplay/arecord | an utility for the playback / capture of .wav,.voc,.au files 16axfer | an utility to transfer audio data frame (enhancement of aplay) 17amixer | a command line mixer 18alsamixer | a ncurses mixer 19amidi | a utility to send/receive sysex dumps or other MIDI data 20iecset | a utility to show/set the IEC958 status bits 21speaker-test | a speaker test utility 22alsaloop | a software loopback for PCM devices 23alsaucm | Use Case Manager utility 24alsabat | a sound tester for ALSA sound card driver 25alsatplg | ALSA topology compiler 26 27You may give a look for more information about the ALSA project to URL 28http://www.alsa-project.org. 29
README.OpenSource
1[ 2 { 3 "Name": "alsa-utils", 4 "License": "GPL V2", 5 "License File": "COPYING", 6 "Version Number": "1.2.11", 7 "Owner": "zhangyunhu@huawei.com", 8 "Upstream URL": "https://github.com/alsa-project/alsa-utils", 9 "Description": "This package contains the command line utilities for the ALSA project." 10 } 11]