A clean-room, research / learning implementation of an AC-4 encoder and decoder in pure Rust, built incrementally from the ETSI AC-4 specifications. ⚠️ This is NOT a Dolby-compatible or conformant ...
constexpr size_t m_frameSizeMP3 = 18000; // more than one icy-metaint constexpr size_t m_frameSizeAAC = 18000; // more than one icy-metaint constexpr size_t m_frameSizeFLAC = UINT16_MAX; // max ogg ...