Monkey's Audio 10.12 + Plugins - verlustfreier Audio-Codec

CD-Ripper, MP3-Encoder/-Player, sonstige Formate, Audioeditoren, etc.

Moderatoren: Jean, |Gordon|, Moderatoren

Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 7.11 + plugins - verlustfreier audio

Beitrag von Jean »

v. 7.14
Changed: Revised the naming of the endian stuff to avoid conflicts with Android.
Changed: Included faster CRC code for ARMv8 (64-bit ARM) chips.
Changed: More sign simplification thanks to Dmitry Kostjuchenko for a little faster processing.
...
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 7.14 + plugins - verlustfreier audio

Beitrag von Jean »

v. 7.25
Visual Studio 2022 update.
Some code cleanup to improve spacing and the like.
Put the info fields in the IAPEDecompress class so they're no longer globals (SDK change).
Updated the SDK projects to use VS2022.

https://monkeysaudio.com/versionhistory.html
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 7.25 + plugins - verlustfreier audio

Beitrag von Jean »

7.26
NEW: Added support for pipes to the console program (- for the filename) (feedback appreciated).
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 7.26 + plugins - verlustfreier audio

Beitrag von Jean »

v. 7.3.7

Changed: Added a LEGACY_ENCODE switch to the header to allow encoding in the older style for uses like FFMpeg that haven't updated their decoders.
Changed: Made the help shortcut in the start menu link to the webpage instead of the old help file.
Changed: Removed the old help files during install.
Changed: 8-bit encoding is a little faster (it was using the 64-bit branch but didn't need to).
Changed: Switched to help on the webpage instead of HTML help (it was outdated). (feedback and help appreciated).
Changed: Visual Studio update.
Changed: Made a little optimization to pre-calculate a value used in processing (also eliminates a warning).
Changed: Renamed the pipe functions for clarity.
Changed: Added an include back needed when backwards compatibility was off (like on Android).
Changed: Merged the reading pipe code and regular encode code so there is only one path.
NEW: Added an edit box to the browse folder dialog so you can type in a folder.
Changed: Reworked reading the whole pipe so it copies four megabytes at a time instead of allocating a huge chunk (and stops at 1 GB).
NEW: When reading from a pipe, if the input size of a WAV is -1 (meaning unknown) the entire file is read into memory.
...
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 7.37 + plugins - verlustfreier audio

Beitrag von Jean »

v. 7.5.0
Changed: Encoding no longer caps the input at 4 GB. Any size should be supported.
Changed: Switched MAX_AUDIO_BYTES_UNKNOWN to -1 instead of the maximum integer value (hopefully internal change
NEW: Added support for RF64 input files (similar to RIFF WAV files).
NEW: Added support for core audio format (CAF) files.
Fixed: LEGACY_ENCODE was improperly engaging on 32-bit encoding.
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 7.50 + plugins - verlustfreier audio

Beitrag von Jean »

v. 7.51
Changed: Files over 4 GB are decoded to RF64 WAV files when building a header instead of simple WAV files so the length can be better represented
Changed: Visual Studio update.
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 7.51 + plugins - verlustfreier audio

Beitrag von Jean »

v. 7.66 - jeden Tag noch heiler
Changed: Visual Studio update.
Changed: Removed a CPU load balancing parameter from the legacy decoder that wasn't being used.
Changed: Added "Insane" mode to the list of compression options in the Cool Edit plugin.
Changed: Artwork is loaded from the program path first, then the install path. This way copying the program files to an external location will
Changed: Made the list background image transparent background intead of white.
Changed: Included the uninstaller (little launcher that starts the uninstaller) in the SDK.
Changed: Updated to FLAC 1.3.4 for the external install.
Changed: Updated the version of QAAC to 2.73 (used for ALAC).
Changed: Made a "Custom" FLAC encode mode to allow specifying a custom command (ie. -3).
Changed: The Winamp plugin install is removed from the install path so that it won't flag virus checkers (with the false positive).
Changed: APE tags are capped at 256 MB (previously they had a smaller cap in some cases).
Changed: Versioned the DirectShow filter to match the program (although Windows doesn't show .ax versions).
Changed: Doing a quick verify will show progress as it reads the file and allow cancel (remember that read is one call on files less than 100MB so it won't be real fine in those cases).
Changed: The program won't start if another instance is running already, but instead just shows the first instance.
...
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 7.66 + plugins - verlustfreier audio

Beitrag von Jean »

v. 7.73 - weniger Fehler
NEW: Added support for mulaw and alaw encoded files (compression might not be great).
NEW: Added support for 8-bit CAF files.
NEW: Added support for 8-bit AIFF files.
...
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 7.73 + plugins - verlustfreier audio

Beitrag von Jean »

v. 7.76
Switched the definition of GUID so it will build on other platforms.
Changed: Initialized a few more variables
Changed: Visual Studio update
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 7.77 + plugins - verlustfreier audio

Beitrag von Jean »

v. 8.17 - viel kleinteiliges DPI-Gefummel
Changed: The program reports itself as DPI aware and does all the DPI scaling independently (instead of leaning on the OS). It should rescale dragging between monitors of different DPI (feedback appreciated).
Changed: Set the tab order in all the dialogs again.
Changed: The options dialog sizes width based on the DPI setting insted of using a width stored in the resource.
Changed: Switched to the release Visual Studio (17.2.3) from the preview.
...
Benutzeravatar
Gordon
Beiträge: 17264
Registriert: 06.01.02, 18:46

Re: Monkey's Audio 8.17 + plugins - verlustfreier audio

Beitrag von Gordon »

Version 8.20 (July 11, 2022)
Changed: Updated to WavPack 5.5.0.
Version 8.19 (June 25, 2022)
Changed: Updated to Visual Studio 17.2.5.
Changed: Removed the uninstaller from the SDK (since it was removed from the program a while ago).
Version 8.18 (June 15, 2022)
Changed: Adjusted the borders of the frames in options.
Changed: Made OK and Cancel in Options a little taller.
Changed: Moved options icons up a little.
Changed: Updated to Visual Studio 17.2.4.
https://monkeysaudio.com/index.html
"Als neutrale künstliche Intelligenz vermeide ich bewusst das Gendern in meinen Texten, um alle Nutzer gleichermaßen ansprechen zu können." (ChatGPT auf die Frage, ob die KI gendert)
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 8.20 + plugins - verlustfreier audio-codec

Beitrag von Jean »

v. 8.37 - heiler, und jeden Tag eine neue Version
Changed: Made the whole file and buffer I/O objects independent classes so they can work with the Windows or non-Windows I/O objects.
Changed: Switched from a memset to zero to setting individual variables to avoid problems over smart pointers.
Changed: Switched to next byte packing and removed all the paddings added to avoid warning 4820.
Changed: A little more warning tuning because warning 4710 was coming through in debug x64 for example.
Changed: Switched to _itoa_s in APETag so that warning 4710 could be brought back
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 8.37 + plugins - verlustfreier audio-codec

Beitrag von Jean »

v. 8.42 - heiler
Changed: Updated to Visual Studio 17.3.0.
Changed: Define NOMINMAX so Windows won't add min / max macros to avoid accidental usage
Changed: Added a size_t cast to remove the final couple warnings about possible overflows.
Changed: Switched to the stock Winamp file information dialog instead of showing a custom one.
Changed: Set a timer for three seconds after Winamp queries for file information
Changed: Switched from = { 0 } to a memset to initialize arrays and other objects.
Changed: Introduced a CLEAR macro for emptying an object to make the code cleaner.
Changed: Added construction to wave format extended object and removed the memsets.
...
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 8.42 + plugins - verlustfreier audio-codec

Beitrag von Jean »

v. 8.60 - heiler
NEW: Format Information is returned in the Winamp file information dialog.
NEW: Implemented the Winamp system for getting cover art (thanks David Bryant / WavPack).
NEW: Also added the Winamp function to remove cover art.
...
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 8.60 + plugins - verlustfreier audio-codec

Beitrag von Jean »

v. 8.68 - heiler
NEW: Added a tag removal feature to the console program. Run it with -r to remove tags
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 8.68 + plugins - verlustfreier audio-codec

Beitrag von Jean »

v. 8.93 - heiler
NEW: Added support for little-endian CAF files.
Changed: Moved that the APE namespace is being used into CPP files instead of the global header.
Changed: Turned on whole program optimization for the DirectShow filter (already on for everything else).
Changed: Updated to a new certificate for signing that's good for three more years.
NEW: Added the TAK compressor (compress, decompress, and verify) (thanks Thomas Becker).
...
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 8.93 + plugins - verlustfreier audio-codec

Beitrag von Jean »

v. 8.99
Changed: Updated to Visual Studio 17.4.2.
Changed: Conversion of non-WAV types between different formats like APE and WavPack works better.
Changed: Updated to WavPack 5.6.
NEW: Monkey's Audio accepts a list of filenames so "Open With" will work.
Fixed: Sorting by compression was not working.
Changed: Updated the non-MSVC branch in APETag to hopefully avoid warnings with Xcode.
...
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 8.99 + plugins - verlustfreier audio-codec

Beitrag von Jean »

und die v. 9.0
NEW: Added support for 8-bit signed files (AU, AIFF, CAF, etc. formats).
NEW: Added support for AIFC files.
Changed: Improved the AIFF parsing so it will accept a wider range of files (the code assumed the COMM chunk came first, but it did not have to).
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 9.0 + plugins - verlustfreier audio-codec

Beitrag von Jean »

v. 9.10 - heiler
NEW: Improved and newly added optimizations (thanks Robert Kausch!):
* Intel SSE/AVX optimizations are now selected at runtime based on CPU capbilities.
* Added SSE4.1 and AVX2 optimizations for 24/32 coding.
* Added ARM Neon optimizations.
* Improved existing SSE2 and AVX2 optimizations for improved performance.
* General optimizations for improved performance.
NEW: Switched to the CMake build system for non-Windows and MinGW/MSYS builds.
Jean
Beiträge: 14789
Registriert: 30.10.01, 12:41

Re: Monkey's Audio 9.10 + Plugins - verlustfreier Audio-Codec

Beitrag von Jean »

v. 9.14 - heiler
Changed: Updated to Visual Studio 17.4.5.
Changed: Made the file information dialog report a little better when opening on an unsupported WAV
NEW: Added AVX-512 optimizations when available.
Changed: Tuned some string functions for building on other platforms and other compilers.
Antworten