Updated Monkey's Audio binaries to v10.34 (2023-12-16), compiled with ICL 2024.0 and MSVC 16.11.
This commit is contained in:
parent
99ba698203
commit
af2981d576
File diff suppressed because one or more lines are too long
@ -11,6 +11,7 @@ subtitle: "Audio-Encoder Front-End – Changelog"
|
||||
* Updated the Windows SDK version to 10.0.19041.0
|
||||
* Updated LAME encoder to v3.101 Beta-3 (2023-12-15), compiled with ICL 2023.2 and MSVC 16.11
|
||||
* Updated Opus encoder/decoder libraries to v1.4+9 (2023-11-03) and Opus-Tools to v0.2+34 (2023-11-12)
|
||||
* Updated Monkey's Audio binary to v10.34 (2023-12-16), compiled with ICL 2024.0 and MSVC 16.11
|
||||
* Updated FLAC encoder/decoder to v1.4.3 (2023-06-23), compiled with ICL 2024.0 and MSVC 16.11
|
||||
* Updated mpg123 decoder to v1.32.3 (2023-10-02), compiled with GCC 13.2.0
|
||||
* Updated MediaInfo to v23.11 (2023-11-30), compiled with ICL 2023.2 and MSVC 16.11
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -34,8 +34,8 @@
|
||||
#define VER_LAMEXP_MINOR_HI 2
|
||||
#define VER_LAMEXP_MINOR_LO 1
|
||||
#define VER_LAMEXP_TYPE Beta
|
||||
#define VER_LAMEXP_PATCH 4
|
||||
#define VER_LAMEXP_BUILD 2367
|
||||
#define VER_LAMEXP_PATCH 5
|
||||
#define VER_LAMEXP_BUILD 2368
|
||||
#define VER_LAMEXP_CONFG 2188
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -78,10 +78,10 @@ g_lamexp_tools[] =
|
||||
{"663e7a4c2b946687956d613fe19b831c75a49ff03b46d7f912b695af0275463cc08e58fdc71f28266385b766dce785cc", CPU_TYPE_X86_SSX, "lame.x86-sse2.exe", 31013, "Beta"},
|
||||
{"3b8607f8d78760d6d17caf4c9593a70259de2f8d968eb5a83a730182b504a25172a569bc94d7f5b6a19ce92a6fae11b2", CPU_TYPE_X64_SSE, "lame.x64-sse2.exe", 31013, "Beta" },
|
||||
{"bb41afdedc81ea7abb5beb451b7451d07abd91ddb7d0e1e6059a4d4482cdcb4ba1c6d5556a470e3adef882f579714311", CPU_TYPE_X64_AVX, "lame.x64-avx2.exe", 31013, "Beta" },
|
||||
{"ecce88182864fee956f32be40ed072a53ce65811cb74f8cd2dc3b07caed8ce3dfc98d84dfc2ceaf426acf4d4c1c73c7c", CPU_TYPE_X86_GEN, "mac.x86-i686.exe", 892, ""},
|
||||
{"5b4a8baa2e817ae4a4f58194f6b5f7b1d3b7a7473fd09a7a518bc0d994726b1d603b8d94e73c028e823312f29c1514f6", CPU_TYPE_X86_SSX, "mac.x86-sse2.exe", 892, ""},
|
||||
{"42f03cddc33f984c61253e15d6803145977f14ed88dac1d1aa635abca52d8f29184516535ec51592fef824954457575d", CPU_TYPE_X64_SSE, "mac.x64-sse2.exe", 892, ""},
|
||||
{"b70da98357932744179aff3220c04a8d17a50b8ceb4e9f23e3acf97216d543492e173e6233564d3876c67d511025fd67", CPU_TYPE_X64_AVX, "mac.x64-avx2.exe", 892, ""},
|
||||
{"78bb531c2e9b1905404a2c3cabe4dce44b81e9ac700b0b6d48ed9b22c554eed849ffc02654339f54ef4d2104786a50a5", CPU_TYPE_X86_GEN, "mac.x86-i686.exe", 1034, ""},
|
||||
{"64d0bf5daf12ba877f924d33746acd128b0f4d0414803c1e39f93d6e5722402dbeae034a49ffa6f2cdc375381a46b2e4", CPU_TYPE_X86_SSX, "mac.x86-sse2.exe", 1034, ""},
|
||||
{"a6c4cd31f11621bb43c6398df1d6207346c27b4f03ded34204f7bc3e1f651c73e059a2779194dc0ffa5fa99930c83ffb", CPU_TYPE_X64_SSE, "mac.x64-sse2.exe", 1034, ""},
|
||||
{"f555938cee3b00ad7ff32fa6e2afd66e0bf1056b6418948a6c255d57452f7fafc4a7b52695bc52039be3e1cc1c91ac74", CPU_TYPE_X64_AVX, "mac.x64-avx2.exe", 1034, ""},
|
||||
{"64982cc28bdc7166b415d9a02c9ae78bf13ec24409c69f2811d797f96e0ba40395d8b5b50be07eb7163d59ce0336a806", CPU_TYPE_X86_GEN, "mediainfo.x86-i686.exe", 23110, ""},
|
||||
{"2a600f9ff808186666b242b873a92552276eb111467350552ff67134e73f9dacfbf9b94826bd970c41e7cef2fd00ab3b", CPU_TYPE_X86_SSX, "mediainfo.x86-sse2.exe", 23110, ""},
|
||||
{"7926cd4008320273a0cbe7722504277461e9dda5c7b60664eee71626da7f067c26d32cd0016ee0f40b5c40d5990732f6", CPU_TYPE_X64_SSE, "mediainfo.x64-sse2.exe", 23110, ""},
|
||||
|
Loading…
Reference in New Issue
Block a user