flacenc 0.1.0

FLAC encoder written in Rust.
Documentation

flacenc-rs

FLAC (Free Lossless Audio Codec) encoder for rustaceans. See the auto-generated report for the characteristics of the encorder compared to FLAC reference implementation

Contributing

See CONTRIBUTING.md for details.

License

Apache 2.0; see LICENSE for details.

Disclaimer

This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.

This encoder is still unstable and sometimes the encoded file may contain distortion, i.e. the encoder is sometimes not "lossless". You can check whether you encountered an encoder bug by running the reference decoder. The FLAC format contains MD5 digest of the input signal, and the reference decoder checks if the digest of the decoded signal matches with the stored one.