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

linear-predictive-coding

Linear Predictive Coding. calc LPC coefficients from audio signal.

5 releases

new 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

#303 in Science

Download history 156/week @ 2024-10-18 72/week @ 2024-10-25 226/week @ 2024-11-01 38/week @ 2024-11-08 3/week @ 2024-11-15 4/week @ 2024-12-06 99/week @ 2025-01-03

106 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