yotarok / flacenc-rs

FLAC encoder written in Rust
Apache License 2.0
22 stars 3 forks source link

Implement generic precision LPC and change to use f64. #173

Closed yotarok closed 8 months ago

yotarok commented 8 months ago

Currently this is only done for auto-correlation method. The experimental covariance method is still done in f32.