Skip to content

Releases: tinyalsa/tinyalsa

v2.0.0

08 Feb 07:06
1c5fb68
Compare
Choose a tag to compare

This release includes bug fixes and support for PCM and mixer plugins.
It also fixes a binary compatibility issue with Google's TinyALSA.
The new release also requires linking of -ldl.

1.1.1

24 May 04:25
Compare
Choose a tag to compare

Numerous bug fixes, some bounds checking added.

1.1.0

02 Dec 05:47
Compare
Choose a tag to compare

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 const specifiers where necessary
  • Added pcm_readi() and pcm_writei()
  • Deprecated pcm_read() and pcm_write()
  • Added mixer_get_num_ctls_by_name()
  • Added pcm_get_channels(), pcm_get_rate() and pcm_get_format()
  • Made libtinyalsa.so.x a symbol link, using libtinyalsa.so.x.y.z as library name
  • Added long option names in tinyplay
  • Using amixer-style interface for tinymix

1.0.2

02 Oct 18:39
Compare
Choose a tag to compare

Changes:

  • The package libtinyalsa-dev no longer break the libtinyalsa package.
  • The programs tinycap, tinyplay, tinymix and tinypcminfo all have man pages.

1.0.0

02 Oct 14:29
Compare
Choose a tag to compare

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-dev does not install properly because it overwrites library from libtinyalsa package.