| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
9年前发布

一种非常基本的无损音频编解码C语言库

A very basic lossless audio codec using C》支持音频的编码和解码。

SELA

SimplE Lossless Audio

My ongoing project about writing a lossless audio encoder

Block Diagrams

一种非常基本的无损音频编解码C语言库 一种非常基本的无损音频编解码C语言库

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 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1437752872303.html
SELA C/C++开发