Name Date Size

..25-Oct-20244 KiB

.github/workflows/H25-Oct-20244 KiB

.gitignoreH A D25-Oct-20241 KiB

acinclude.m4H A D25-Oct-2024440

alsa-info/H25-Oct-20244 KiB

alsaconf/H25-Oct-20244 KiB

alsactl/H25-Oct-20244 KiB

alsaloop/H25-Oct-20244 KiB

alsamixer/H25-Oct-20244 KiB

alsaucm/H25-Oct-20244 KiB

amidi/H25-Oct-20244 KiB

amixer/H25-Oct-20244 KiB

aplay/H25-Oct-20244 KiB

axfer/H25-Oct-20244 KiB

bat/H25-Oct-20244 KiB

BUILD.gnH A D25-Oct-20244.1 KiB

bundle.jsonH A D25-Oct-20241 KiB

ChangeLogH A D25-Oct-20241 KiB

configure.acH A D25-Oct-202417.2 KiB

COPYINGH A D25-Oct-202417.6 KiB

gitcompileH A D25-Oct-2024809

iecset/H25-Oct-20244 KiB

include/H25-Oct-20244 KiB

INSTALLH A D25-Oct-20241.6 KiB

m4/H25-Oct-20244 KiB

Makefile.amH A D25-Oct-20241 KiB

nhlt/H25-Oct-20244 KiB

OAT.xmlH A D25-Oct-202410.9 KiB

po/H25-Oct-20244 KiB

README.mdH A D25-Oct-20241.4 KiB

README.OpenSourceH A D25-Oct-2024363

README_zh.mdH A D25-Oct-20243 KiB

seq/H25-Oct-20244 KiB

speaker-test/H25-Oct-20244 KiB

TODOH A D25-Oct-2024187

topology/H25-Oct-20244 KiB

utils/H25-Oct-20244 KiB

README.md

1# alsa-utils
2## Advanced Linux Sound Architecture - Utilities
3
4[![Build alsa-utils](https://github.com/alsa-project/alsa-utils/workflows/Build%20alsa-utils/badge.svg?branch=master)](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]