https://github.com/alsa-project/tinycompress
The Advanced Linux Sound Architecture (ALSA) - tinycompress
https://github.com/alsa-project/tinycompress
alsa audio-decoder sound-processing
Last synced: 5 months ago
JSON representation
The Advanced Linux Sound Architecture (ALSA) - tinycompress
- Host: GitHub
- URL: https://github.com/alsa-project/tinycompress
- Owner: alsa-project
- License: other
- Created: 2018-10-22T17:29:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T14:00:40.000Z (over 1 year ago)
- Last Synced: 2025-04-12T04:11:58.588Z (11 months ago)
- Topics: alsa, audio-decoder, sound-processing
- Language: C
- Size: 128 KB
- Stars: 24
- Watchers: 9
- Forks: 23
- Open Issues: 6
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
README for tinycompress
=======================
vkoul@kernel.org
================
1. WHAT
tinycompress is a userspace library for anyone who wants to use the ALSA
compressed APIs introduced in Linux 3.3
This library provides the APIs to open a ALSA compressed device and read/write
compressed data like MP3 etc to it.
This also includes a utility command line player (cplay) which demonstrates
the usage of this API. Currently this contains support for playing the mp3 format
2. WHERE
The library can found in github at:
https://github.com/alsa-project/tinycompress
The official mirror on the ALSA server also can be used:
Git: git clone git://git.alsa-project.org/tinycompress.git
Http: http://git.alsa-project.org/?p=tinycompress.git
3. PATCHES
Please send any enhancements/fixes to alsa developer mailing list at:
alsa-devel@alsa-project.org OR send a PULL-REQUEST using github
4. LICENSE
tinycompress is provided under a dual BSD/LGPLv2.1 license. When using or
redistributing tinycompress, you may do so under either license.
5. CREDITS
- Pierre-Louis Bossart for library design
- Navjot Singh for writing the mp3 parser code