commit | ba285cfbf416af5fbda1040e3c3ce74165e3e11c | [log] [tgz] |
---|---|---|
author | Taylor Holberton <taylorcholberton@gmail.com> | Thu Dec 01 16:06:29 2016 -0800 |
committer | Taylor Holberton <taylorcholberton@gmail.com> | Thu Dec 01 16:06:29 2016 -0800 |
tree | 864fd2751e6b08a7423201e0ddfa12fd0f5a04f2 | |
parent | 319a84845148f562f21d309b294d8ed1b7d86262 [diff] |
Added const specifier in pcm_open The const specifier was added to the struct pcm_config argument.
TinyALSA is a small library to interface with ALSA in the Linux kernel.
The aims are:
TinyALSA uses Makefile as the primary build system.
To build and install with Make, run the commands:
make sudo make install sudo ldconfig
TinyALSA is now available as a set of the following debian packages from launchpad:
Package Name: | Description: |
---|---|
tinyalsa | Contains tinyplay, tinycap, tinymix and tinypcminfo |
libtinyalsa | Contains the shared library |
libtinyalsa-dev | Contains the static library and header files |
To install these packages, run the commands:
sudo apt-add-repository ppa:taylorcholberton/tinyalsa sudo apt-get update sudo apt-get install tinyalsa sudo apt-get install libtinyalsa-dev
Once installed, the man pages are available via:
man tinyplay man tinycap man tinymix man tinypcminfo man libtinyalsa-pcm man libtinyalsa-mixer