forked from alsa-project/tinycompress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
34 lines (26 loc) · 1.21 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
README for tinycompress
=======================
================
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:
[email protected] 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 <[email protected]> for library design
- Navjot Singh <[email protected]> for writing the mp3 parser code