linear-predictive-coding 0.3.1

Linear Predictive Coding. calc LPC coefficients from audio signal.
Documentation

lpc-rs

lpc-rs is a library for calculating Linear Predictive Coding (LPC) coefficients. It provides three methods to calculate LPC coefficients.

  • Low speed method (Temporarily commented out due to suspension of updates to dependent libraries)
  • High speed method
  • Burg method