Extras/bucket/rtlutility.json
2025-07-12 12:31:39 +00:00

40 lines
1.3 KiB
JSON

{
"version": "1.0.12",
"description": "Tool for measuring the Round Trip Latency of your Digital Audio Workstation (DAW) and audio interface",
"homepage": "https://oblique-audio.com/rtl-utility.php",
"license": "Freeware",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://oblique-audio.com/downloads/RTL_Utility_1_0_12_x64.exe#/RTL_Utility.exe",
"hash": "0b095799fe3cf3e6055a56cf799eec53e9f5f65f0d3a65ddc77e7b2698a87b47"
},
"32bit": {
"url": "https://oblique-audio.com/downloads/RTL_Utility_1_0_12_Win32.exe#/RTL_Utility.exe",
"hash": "de2a5ff3a3949ebaaa69bb83a2976579351b0f2e8e4580526b6c1018bfc216dd"
}
},
"shortcuts": [
[
"RTL_Utility.exe",
"RTL Utility"
]
],
"checkver": {
"url": "https://oblique-audio.com/rtl-utility.php",
"regex": "<td>([\\d.]+)</td>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://oblique-audio.com/downloads/RTL_Utility_$underscoreVersion_x64.exe#/RTL_Utility.exe"
},
"32bit": {
"url": "https://oblique-audio.com/downloads/RTL_Utility_$underscoreVersion_Win32.exe#/RTL_Utility.exe"
}
}
}
}