tinyalsa
tinyalsa
tinypcminfo
# tinypcminfo
Usage: tinypcminfo -D card -d device
tinymix
- list controls
tinymix [-D n]
list one control:
example
# tinymix -D 0 'Speaker Playback Volume'
Speaker Playback Volume: 127 127 (range 0->127)
- set control
example:
# tinymix 'Speaker Playback Volume' 125 125
or
# tinymix -D 0 'Speaker Playback Volume' 125 125
tinyplay
# tinyplay
Usage: tinyplay file.wav [-D card] [-d device] [-p period_size] [-n n_periods]
tinycap
# tinycap
Usage: tinycap file.wav [-D card] [-d device] [-c channels] [-r rate] [-b bits] [-p period_size] [-n n_periods]
source:
https://github.com/tinyalsa/tinyalsa
$ git clone https://github.com/tinyalsa/tinyalsa.git -b google-origin