Skip to content

Looping Audio Converter 2.5

Compare
Choose a tag to compare
@libertyernie libertyernie released this 26 Dec 23:14
· 3 commits to master since this release
b03ee93

Changes since 2.4:

  • The .ini options file support has been removed. Options files can now only be loaded and saved as .xml. (#59)
  • Using "Add Folder" will now fill in an "input folder" field which helps maintain the file structure. (#60)
  • SoX and faad have been removed and replaced with FFmpeg. FFmpeg is used to apply effects (like tempo adjustments and sample rate conversion) and to read/write formats like FLAC and Ogg Vorbis. (This version of Looping Audio Converter can still use SoX and/or faad if they are present and specified in the .config file, and if FFmpeg is missing, but this will be removed in a future version.) (#58)
  • The --auto option now shows the options form, grayed out, instead of just showing the working window - this might help prevent deadlocks or freezes. (#50)
  • Some dependencies have been updated. (#55)
  • BrawlLib.dll (from BrawlCrate) is now included. It provides the loop dialog (previously in BrawlLib.LoopSelection.dll) as well as an alternate RSTM/CSTM/FSTM codec and an RWAV encoder.

Known issues:

  • Ogg Vorbis encoding may fail if SoX is not present and declared in the .config file like prior versions.
  • ffmpeg may hang when the input file is infinite (.gbs, .nsf, etc)
  • ffmpeg may hang when the output file already exists.
  • The "ask for all" loop selection option does not work with input files with more than two channels.