[alsa-devel] [ANNOUNCE] tinycompress: release 0.2.0
Hello folks,
Time to cut another release for the library i am working on.
tinycompress library - the user mode library for using the ALSA compressed APIs has received following new features and now is v0.2.0 - support for non blocking I/O - support for recording compressed audio content - no poll when writing last file buffer - get_alsa_rate helper for rate conversion - bunch of other fixes - now all releases will be tagged accordingly
For details & contributions, pls see the below changelog.
Lakshmi N Vinnakota (1): fix error reporting in tinycompress
Richard Fitzgerald (6): tinycompress: cplay: Correct a couple of small message typos compress: Add support for capture streams compress: fix hpointer error when no sample rate compress: copy final version of config struct compress: do not poll if enough space to write remaining data compress: Add non-blocking I/O
Vinod Koul (4): compress: check for config first add utils file with rate conversion helper cplay: use get_alsa_rate to convert sample rate Tinycompress version 0.2.0
Android.mk | 2 +- compress.c | 171 +++++++++++++++++++++++++++-------- cplay.c | 52 ++--------- include/tinycompress/tinycompress.h | 27 +++++- include/tinycompress/version.h | 4 +- makefile.linux | 2 +- utils.c | 96 ++++++++++++++++++++ 7 files changed, 263 insertions(+), 91 deletions(-) create mode 100644 utils.c
Thanks ~Vinod
participants (1)
-
Vinod Koul