Skip to content

JakubVojvoda/LPC-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LPC-decoder

Simple LPC (Linear Predictive Coding) decoder in C++

Usage

$ make
$ ./decoder data/cb_lpc.txt data/cb_gain.txt data/female.cod female.wav
$ ./decoder data/cb_lpc.txt data/cb_gain.txt data/male.cod male.wav