Converting multiple sound files with vgmstream? by SecretAgent2001 at 12:23 AM EST on January 31, 2017
I know this might sound like a stupid question, but how do you convert multiple files (specifically .sns files) to .wav's at once using vgmstream, without having to do them one at a time by dragging each one on the 'test' application?
by Infernus Animositas at 7:26 AM EST on January 31, 2017
Put this into notepad and save with a .bat extension in the same folder as test.exe

FOR %%a IN (*.sns) DO test -l 2 -f 10 -o "%%a.wav" "%%a"

-l is number of loops
-f is fade out time

edited 7:26 AM EST January 31, 2017

edited 10:14 AM EST January 31, 2017
by TheUltimateKoopa at 11:02 AM EST on January 31, 2017
If you want to be able to put the batch file wherever you want, (for some odd reason), you can replace the "test" part, with the full directory, i.e.:

FOR %%a IN (*.sns) DO [full path to 'test'] -l 2 -f 10 -o "%%a.wav" "%%a"

Remember the full path must include test.exe itself, and not just up to the folder containing test.exe.
by Kurausukun at 5:15 PM EST on February 1, 2017
You could also drag all of your sns files to foobar, highlight them all with ctrl-a, and right-click and convert.


Go to Page 0

Search this thread

Show all threads

Reply to this thread:

User Name Tags:

bold: [b]bold[/b]
italics: [i]italics[/i]
emphasis: [em]emphasis[/em]
underline: [u]underline[/u]
small: [small]small[/small]
Link: [url=http://www.google.com]Link[/url]

[img=https://www.hcs64.com/images/mm1.png]
Password
Subject
Message

HCS Forum Index
Halley's Comet Software
forum source