Skip to content

Stickerpants/sela

 
 

Repository files navigation

#SELA ###SimplE Lossless Audio My ongoing project about writing a lossless audio encoder

###Block Diagrams Encoder Decoder

###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

About

SimplE Lossless Audio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.2%
  • MATLAB 5.1%
  • Makefile 3.3%
  • M 0.4%