Monkey's Audio 10.83
Pobieramy na stronie:Dec 4, 2024
- Fixed: Converting FLAC files didn't retain the lyrics.
- Changed: Updated to Visual Studio 17.12.3.
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
lPobieramy na stronie:Dec 4, 2024
- Fixed: Converting FLAC files didn't retain the lyrics.
- Changed: Updated to Visual Studio 17.12.3.
Pobieramy na stronie:Dec 10, 2024
- Fixed: When input data was from a pipe, it would still ask the file for the length which often returned 0 so the encode would fail. Now it returns a special value for pipes. Please report any issues.
Pobieramy na stronie:
- Changed: Made readers no longer report pipes, but instead just flag it by returning an unknown length.
- Changed: Made the non-Windows file reader report unknown length for pipes (should help pipes on other platforms).
Jan 14, 2025
- Changed: When dragging the window from one scale monitor to another scale monitor the size could shift unexpectedly (now the window resizes using the system provided size).
Jan 19, 2025
- Fixed: The toolbar could draw incorrectly when dragging between monitors.
- Changed: Preventing drag off the screen of options uses the working rectangle instead of the monitor rectangle so the start menu can no longer be covered.
Jan 21, 2025
- Changed: Unsupported types (like ALAC when iTunes isn't installed) won't be added to the Add File dialog.
- Changed: Some internal code restructuring (please report any issues).
- Changed: Updated to WavPack 5.8.0.
- Changed: Reworked how images are freed to work around a Clang warning about unsafe deletion (warning could even by a Clang bug).
NEW: Added support for setting cover art when tagging through the command line. Specify "Cover" as the field and pass a filename to tag with. Example: mac.exe "C:\1.ape" -t "Artist=Metallica|Cover=C:\1.jpg"
Version 10.96 (February 11, 2025)
- Changed: Updated to FLAC 1.5.0.
- Changed: Updated to Visual Studio 17.13.0.
Mar 28, 2025
- NEW: Added multi-threaded encoding and decoding (thanks Robert Kausch!) (uses the same setting for concurrent files but when processing less files than threads it will increase the number of threads -- so one big CUE file will be much faster).
- Changed: Bumped the interface version because the number of threads was added.
- NEW: When compressing from the command line, specify something like -threads=16 after the compression level to set the number of threads. (example: MAC.exe "C:1.wav" "C:1.ape" -c2000 -threads=16 -t "Artist=Abba")
- NEW: When decompressing from the command line, specify something like -threads=16 after the decompress flag to set the number of threads. (example: MAC.exe "C:1.ape" "C:1.wav" -d -threads=16")
- NEW: When verifying from the command line, specify something like -threads=16 after the verify flag to set the number of threads. (example: MAC.exe "C:1.ape" -v -threads=16")
- Changed: Renewed the code signing certificate for another year.
- Changed: Updated to Visual Studio 17.13.5.
- Fixed: The installer made an extra entry in the uninstall section of the registry with the start menu folder but now it is with the other uninstall data.
- Fixed: The path combobox did not allow entering a path longer than the combobox (it wasn't scrolling).
- NEW: Added a thanks to Robert Kausch in the About box for all his genius (32-bit float, multi-threading, etc.).
- Changed: Expanded the allowed number of simultaneous files to 32.