一种非常基本的无损音频编解码C语言库
A very basic lossless audio codec using C》支持音频的编码和解码。
SELA
SimplE Lossless Audio
My ongoing project about writing a lossless audio encoder
Block Diagrams
Main Components
- Linear prediction filter (lpc.c)
- Golomb Rice compressor and decompressor (rice.c)
- Encoder (encoder.c)
- Decoder (decoder.c)
- Command line player (selaplay.c)
Build requirements
- clang (gcc also works but you will have to tweak the Makefile).
- Standard math library for building the encoder and decoder.
- POSIX threading and pulseaudio developement libraries for building the command line player.
- pkg-config
项目主页:http://www.open-open.com/lib/view/home/1437752872303</p> </strong>
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!