nu774 / qaac

CLI QuickTime AAC/ALAC encoder
Other
807 stars 41 forks source link

Error when attempting to convert FLAC to ALAC #95

Closed Forinil closed 1 year ago

Forinil commented 1 year ago

I'm getting an error when attempting to convert FLAC to ALAC.

Output of qaac64 --check:

qaac 2.71, CoreAudioToolbox 7.10.9.0
libsoxconvolver 0.1.0
libsoxr-0.1.3
libFLAC 1.3.4

Output of qaac64 *.flac -A -d ALAC:

qaac 2.71, CoreAudioToolbox 7.10.9.0

01 - Nayuta No Hoshi No Monogatari - Opening Size- Kanako Kotera.m4a
Apple Lossless Encoder
[92.2%] 1:57.307/2:07.226 (178.5x), ETA 0:00.055
ERROR: AudioConverterFillComplexBuffer(m_converter, staticInputDataProc, this, &npackets, abl, aspd): what
nu774 commented 1 year ago

You are probably hitting the error that was fixed on 2.77. Upgrade to the latest 2.80 and try again.

Forinil commented 1 year ago

Yes, the conversion works in 2.80.

Thank you.