Monkey's Audio 11.37
Pobieramy na stronie:Changed: Updated to Visual Studio 17.14.12.
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
Pobieramy na stronie:Changed: Updated to Visual Studio 17.14.12.
Pobieramy na stronie:
- Fixed: Reading from standard input could fail because it was wrapped with a header reader that didn't handle the number of bytes read properly.
- Changed: Renewed the code signing certificate for another year.
- Fixed: Some functions building without Unicode still had old names so the compile would fail.
- Changed: Renamed some variables to str_utfn from wchar_t to be more consistent with the APE naming.
Pobieramy na stronie:
- Fixed: Corrected a typo in CMakeLists.txt.
- Changed: Added the /Zc:__cplusplus switch to compilation of MACLib so it defines a modern C++ standard and uses nullptr, etc.
Pobieramy na stronie:Version 11.51 (September 19, 2025)
- Fixed: Converting APE to APE of floating point files was not working properly.
- Changed: Switched the processing defaults so signed 8-bit and big endian processing no longer happen when passing NULL as the APE_GET_DATA_PROCESSING since they're normally not needed, but float processing still happens with NULL
Pobieramy na stronie:Version 11.52 (September 20, 2025)
- Changed: Removed the usage of constexpr because that doesn't compile on Linux always (requires -std=c++11 or -std=gnu++11).
Pobieramy na stronie:Changed: Updated the SDK to build with VS2026 (was still using VS2022).