8000 GitHub - funcwj/lilcom: Small compression utility
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

funcwj/lilcom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lilcom

Package for compression and decompression of sequence data (specially audio files). This package includes:

  • Compression from 16-bit integer stream to 8-bit integer stream
  • Compression from floating point stream to 8-bit integer stream
  • Decompression from 8-bit integer stream to 16-bit integer stream ======= This package requires Python 3 and is not compatible with Python 2.

Installation

Using Github Repository

To install lilcom first clone the repository;


git clone git@github.com:danpovey/lilcom.git

then run setup with install argument.

python3 setup.py install

and then for test, cd to test and run:

python3 routine1-one-dimensional-integer.py
python3 routine2-one-dimensional-float.py
python3 test_interface.py

About

Small compression utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.4%
  • Python 13.4%
  • Makefile 0.2%
BB4
0