rezin-flac 0.2.0

A high-performance parallel FLAC audio codec
Documentation
  • Coverage
  • 36.62%
    26 out of 71 items documented0 out of 41 items with examples
  • Size
  • Source code size: 91.14 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 826.04 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • calebjdt/rezin
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • isdood

rezin-flac

  • A Rust implementation of the FLAC (Free Lossless Audio Codec) specification.
  • Works with 16bit & 24bit audio. Supports various sample rates.
  • Based on hare-flac

Usage

You can use this crate by itself, though this will explain usage via rezin-cli.

Install rezin-flac & rezin-cli:

cargo install rezin-flac
cargo install rezin-cli

Call rezin-flac via rezin-cli:

rezin encode input.wav output.flac
rezin decode input.flac output.wav

Uninstall:

cargo uninstall rezin-flac
cargo uninstall rezin-cli

Notes

Initial performance metrics are hugely improved from the hare-flac implementation. With 32 workers (9950X CPU) encoding & decoding speeds exceed ffmpeg. Compression rations are equal to hare-flac. This means on average within ~2% of ffmpeg.