2022-02-25 16:51:56 +08:00

52 lines
1.5 KiB
JSON

{
"version": "2.73",
"description": "A command line AAC/ALAC encoder frontend based on Apple encoder.",
"homepage": "https://sites.google.com/site/qaacpage/",
"license": {
"identifier": "Public Domain,...",
"url": "https://github.com/nu774/qaac/blob/master/COPYING"
},
"url": "https://github.com/nu774/qaac/releases/download/2.73/qaac_2.73.zip",
"hash": "0d658be7531d5a6503003ab7d2fa69714fb70ce9039a19d107c6a52ee5098da3",
"notes": [
"To fix 'ERROR: CoreAudioToolbox.dll: The specified module could not be found.',",
"See: https://hydrogenaud.io/index.php?topic=117089.0"
],
"architecture": {
"64bit": {
"extract_dir": "qaac_2.73\\x64",
"bin": [
[
"qaac64.exe",
"qaac"
],
[
"refalac64.exe",
"refalac"
]
]
},
"32bit": {
"extract_dir": "qaac_2.73\\x86",
"bin": [
"qaac.exe",
"refalac.exe"
]
}
},
"checkver": {
"github": "https://github.com/nu774/qaac"
},
"autoupdate": {
"url": "https://github.com/nu774/qaac/releases/download/$version/qaac_$version.zip",
"architecture": {
"64bit": {
"extract_dir": "qaac_$version\\x64"
},
"32bit": {
"extract_dir": "qaac_$version\\x86"
}
}
}
}