Skip to content

Looping Audio Converter 2.3rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@libertyernie libertyernie released this 27 Apr 19:02
· 49 commits to master since this release

Changes since 2.2.1:

  • The app is no longer compiled into a single .exe file. You'll see a lot of DLLs - most of them are small wrapper things for .NET Standard libraries.
  • There is no longer a Linux version distributed, but you should still be able to run it on Linux as long as you find compiled versions of the helper apps you need and edit LoopingAudioConverter.exe.config (see the older version for an example.)
  • vgmstream, vgmplay, qaac, and lame updated
  • MP3Sharp is now used to decode MP3 data
  • BrawlLib encoders removed (its loop selection dialog has been kept and is now in the library BrawlLib.LoopSelection.dll)
  • MSF support added
    • PCM16 (big/little endian) is the only codec supported for encoding
    • Converting an MP3 MSF file to MP3 format will simply extract the MP3 data instead of re-encoding
    • Decoding codecs other than PCM16 and MP3 will fall back to using vgmstream
  • BxSTM: Added support for changing endianness and other settings
    • e.g. little-endian BFSTM for Switch
  • Added HCA and ADX encoding using VGAudio
  • Added tempo and pitch options (#21)
  • Settings are now saved to an .xml file instead of an .ini file