Releases: tinyalsa/tinyalsa
Releases · tinyalsa/tinyalsa
Release list
v2.0.0
1.1.1
1.1.0
This release makes a series of changes to the PCM and mixer API and the tinyplay and tinymix programs.
From the change log:
- Finished most of the PCM and mixer API documentation
- Added
constspecifiers where necessary - Added
pcm_readi()andpcm_writei() - Deprecated
pcm_read()andpcm_write() - Added
mixer_get_num_ctls_by_name() - Added
pcm_get_channels(),pcm_get_rate()andpcm_get_format() - Made
libtinyalsa.so.xa symbol link, usinglibtinyalsa.so.x.y.zas library name - Added long option names in tinyplay
- Using amixer-style interface for tinymix
1.0.2
1.0.0
Initial release of the TinyALSA project.
The code for the PCM and mixer interface are mostly complete and stable.
Known bugs are:
- Better documentation is needed on the mixer interface.
- Documentation on PCM interface is sufficient but not complete.
- The Debian package
libtinyalsa-devdoes not install properly because it overwrites library fromlibtinyalsapackage.