一種非常基本的無損音頻編解碼C語言庫

jopen 9年前發布 | 13K 次閱讀 SELA C/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)
  • </ul>

    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
    • </ul>

      項目主頁:http://www.baiduhome.net/lib/view/home/1437752872303</p> </strong>

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!