Releases: jfriesne/audiomove
1.23 Release
v1.23 5/28/2021
- Updated all the submodules to the latest/current versions
- Fixed a Qt-related problem that prevented the "are you sure you want
to enable Convert-in-Place" dialog from being handled properly when
the user clicked "No".
- Fixed a bug that caused the original file to be deleted when
splitting a file into its own directory.
- Removed the obsolete "Create Virtual Drive File" feature.
- Fixed a bug that caused destination folders with spaces in the path to not be usable.
1.22 Release
v1.22 3/9/2021 - Migrated the codebase to Github ( https://github.com/jfriesne/audiomove )
for easier development
- Updated muscle submodule to v8.0
- Updated error-handling the modern-muscle style
- Updated audio-handling submodules to the latest versions
- Updated the code to compile under either Qt 4.x or Qt 5.x
- Added .W64, .CAF, .RF64, and .OPUS as output-format options
- Added 8kHz, 12kHz, 16kHz, and 24kHz as output-rate options
- "Rate" combo box now turns red if set to a known-not-to-work setting
for the current Output Format (e.g. 96kHz for Ogg/Opus)
- "Width" combo box now turns red if set to a known-not-to-work setting
for the current Output Format (e.g. 32-bit Fixed for FLAC)
* 8-bit output-width now works as expected for all supported output formats.