Windows Front-end for vmo2wav, wav2vmo ?

  • Thread starter Thread starter sadengr
  • Start date Start date
S

sadengr

Guest
Hello friends. Have you got any windows front-end for vmo2wav and wav2vmo ?
Thanks
 
I tried the front-end but it hasn't the option to "not to normalize files" (to avoid annoying clicks during loud sounds)

Here is a little trick to use vmotowav from windows explorer double click (open) with the parameter -n activated

- copy vmo2wav.exe to a standard place (say c:\utils\vmo2wav.exe)
- double click on a *.vmo file
- on upcoming dialogs ("open with..") browse to vmo2wav and choose "always use this program to open these files"
- OK, close, open regedit.exe
- search for HKEY_CLASSES_ROOT\Applications\Vmo2wav.exe\shell\open\command
- add the "-n" value to the command portion

it should look like this :

[HKEY_CLASSES_ROOT\Applications\Vmo2wav.exe\shell\open\command]
@="C:\\Utils\\Vmo2wav.exe -n \"%1\""

Just simple as drinking water, double click vmo to get the wav in the same dir ;-)
 
Back
Top