- Fix: https://github.com/nu774/qaac/issues/115 (was a regression on 2.83)
- Add CAF file parser, support FLAC in CAF container.
Unclaimed project
Are you a maintainer of qaac? Claim this project to take control of your public changelog and roadmap.
Switched to a custom input stream reader to address suboptimal I/O performance when reading files, mentioned here: https://hydrogenaud.io/index.php/topic,127609.0.html
Enabled Non-Linear adaptive coding enhancer (NoLACE) when (and only when) decoding opus in MP4 container. libopus >= 1.5 built with --enable-osce (which is off by default) is required (binary attached here). Unfortunately, ordinary .opus file is supported only via libsndfile, in which case qaac has no direct control over libopus. Hence only MP4 file is supported.