exportloop / Export Loop VB 1.1.1
This program has been replaced with Looping Audio Converter.
Export Loop VB is a frontend to exportloop.exe, a C application that uses
vgmstream to convert compatible video game music formats into WAV files.
Supported formats include BRSTM, HPS, Ogg Vorbis, and many others.
exportloop.exe and its DLL files must be in the same directory as this app:
- at3plusdecoder.dll
- libg719_decode.dll
- libg7221_decode.dll
- libmpg123-0.dll
- libvorbis.dll
To add files, use the Add button or drag-and-drop them into the list.
This program can export up to three WAV files for each song:
- From the song start to the loop start – the WAV filename will end with the string "(beginning)"
- From the loop start to the end – the WAV filename will end with the string "(loop)"
- From the song start to the end (the entire song) – the WAV filename will be the same as the BRSTM filename (no suffix)
The output directory defaults to the current folder, but you can change it
using the Browser button. You can also open the folder in File Explorer with
the Open button.
Notes:
- Export Loop VB is written in Visual Basic and is a separate application that calls exportloop.exe in the background. exportloop.exe can be used on its own as well.
- exportloop.exe is compiled with MinGW and links to MSVCRT.dll.
Changes in 1.1.1:
- "Output directory" box ix Export Loop VB now works properly
- Additional changes from vgmstream