AudioMove Changelog

What's new in AudioMove 1.20

Nov 30, 2009
  • Added support for reading and writing FLAC and OGG file types.
  • The Win32 build of AudioMove can now read .cda files directly from audio CD, thanks to Andy Key's AKRip CD-ripping library. (used under the terms of the GPL)
  • Added an "Add Folder..." button that make it a bit more intuitive to set up recursive batch conversions.
  • Upgraded the included muscle distribution to v4.50.
  • Upgraded the included libsamplerate distribution to v0.1.7.
  • Upgraded the included libsndfile distribution to v1.0.19.
  • Added included distributions for libogg, libvorbis, and libFLAC.
  • Update AudioMove code to compile against (and require) Qt4.5.x.
  • Fixed a bug where convert-in-place mode would try to replace unusual filename extensions with their more usual ones, and in the process create a renamed copy of the input file instead of overwriting the input file (e.g. converting "file.aif" in-place would instead output to "file.aiff")

New in AudioMove 1.15 (Oct 6, 2008)

  • Added a "Split Stereo Files" checkbox. When checked, any stereo or multitrack input files will be converted into multiple single-channel output files.
  • Added keyboard-shortcuts to all the GUI controls.
  • You can now right-click on the file view's column headers bar to bring up a popup-menu that shows or hides columns.
  • There is now a "Convert in Place" checkbox that you can click if you want all of your conversions to happen in-place (i.e. the output file replaces the input file)
  • AudioMove now supports reading and writing 64-bit "double" floating point sample widths.
  • Ported the code to compile with Qt 4.x instead of Qt 3.x.
  • Made the color scheme a bit brighter and prettier.
  • The file requester now handles multiple files in a recent-files line properly.
  • Fixed a bug that could cause the conversion process to stall if you deleted a job that was in progress.
  • The file view's column ordering and sort order is now saved and restored correctly across sessions.
  • File names with foreign characters are now handled correctly.
  • AudioMove now preserves the EBU broadcast chunk (BEXT) of broadcast WAV files when processing them back into WAV format. AudioMove now does the right thing when the input file and the output file are the same file (before it could end up munging the file in that case)
  • Fixed a bug that caused conversions of audio file conversions to fail when the input file had a channel count that was not a power of two.