RACodecs
RACodecs is a collection of audio codecs for the Crystal programming language. Some codecs are written in pure Crystal, while others are bindings to C libraries.
Included codecs:
- FLAC: Decode only, 100% native Crystal
- MPEG-1: Decode only, binds libmpg123
- QOA: Encoding and decoding, 100% native Crystal
- WavPack: Decode only, bind libwavpack