commit | 9962e710f7d79afbfb956b03b064dd2fc7b1783f | [log] [tgz] |
---|---|---|
author | Daniela-Marinela Bistrean <daniela.marinela.bistrean@gmail.com> | Fri Apr 12 00:49:20 2019 +0300 |
committer | Daniela-Marinela Bistrean <daniela.marinela.bistrean@gmail.com> | Fri Apr 12 01:27:52 2019 +0300 |
tree | 96e947d4f5885949a32632c6936a41f909a25f75 | |
parent | 52c1bf5fbdc4c9a47825a1da5e5b7340f35cef66 [diff] |
Fix integer division issue in int_to_percent function Changed order of operations to preserve the precision during the division.
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