• Home
Name Date Size #Lines LOC

..--

include/tinyalsa/03-May-2024-20193

Android.mkD03-May-20241,000 3930

READMED03-May-2024278 106

mixer.cD03-May-202411.6 KiB437323

pcm.cD03-May-202423.9 KiB855664

tinycap.cD03-May-20245.8 KiB195138

tinymix.cD03-May-20245.9 KiB190135

tinyplay.cD03-May-20244.7 KiB160109

README

1tinyalsa: a small library to interface with ALSA in the Linux kernel
2
3The aims are:
4
5- Provide a basic pcm and mixer API
6- If it's not absolutely needed, don't add it to the API
7- Avoid supporting complex and unnecessary operations that could be
8  dealt with at a higher level
9
10