#coefficients #lpc #linear #coding #calc #signal #predictive

linear-predictive-coding

Linear Predictive Coding. calc LPC coefficients from audio signal.

5 releases

0.3.1 Jan 9, 2025
0.3.0 Jan 9, 2025
0.2.2 Nov 5, 2024
0.2.0 Oct 24, 2024
0.1.0 Oct 24, 2024

#4 in #calc

Download history 226/week @ 2024-10-23 142/week @ 2024-10-30 124/week @ 2024-11-06 1/week @ 2024-11-13 2/week @ 2024-11-20 1/week @ 2024-12-04 3/week @ 2024-12-11 252/week @ 2025-01-08

252 downloads per month

MIT/Apache

7KB
105 lines

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

Dependencies

~1.5MB
~30K SLoC