Commit graph

4 commits

Author SHA1 Message Date
Steve Markgraf
a71d50969d lib: optionally use crc-fast-rust library
Typically, this CRC16 implementation is even faster, as it uses
32 bit SSE calculations and then trucates the output to 16 bits.
Also comes with AVX-512 support.

https://github.com/awesomized/crc-fast-rust
2026-01-24 23:43:58 +01:00
Steve Markgraf
d0984dac17 add FLAC encoding support 2025-08-28 23:59:55 +02:00
Steve Markgraf
6f904d2fbb add missing cmakes files 2024-05-28 01:39:15 +02:00
Steve Markgraf
46af0781e7 initial commit 2024-05-05 15:17:17 +02:00