Expand description
Lossless encoding for flo™
Uses Adaptive Linear Predictive Coding (ALPC) with rice/entropy coding. Achieves 2-3x compression on typical audio while preserving every bit.
Re-exports§
pub use lpc::autocorr_int;pub use lpc::autocorrelation;pub use lpc::calc_residuals_int;pub use lpc::calculate_residuals;pub use lpc::dequantize_coefficients;pub use lpc::fixed_predictor_residuals;pub use lpc::is_stable;pub use lpc::is_stable_after_quantization;pub use lpc::levinson_durbin;pub use lpc::levinson_durbin_int;pub use lpc::quantize_coefficients;pub use lpc::reconstruct_samples;pub use decoder::Decoder;pub use encoder::Encoder;