xbox adpcm conversion
-
- Posts: 66
- Joined: Tue Apr 17, 2018 4:23 pm
xbox adpcm conversion
anyone know if it is possible to batch convert(using wildcards) xbox adpcm .wav files with aluigi's tool? I have tried about everything I know and can't get it t o save the converted files in a different directory/folder. since it's windows 10 64bit none of the older codecs seem to work so another/different tool won't work
-
- Posts: 19
- Joined: Mon Sep 25, 2017 7:31 am
Re: xbox adpcm conversion
Some time ago I've found a converter designed for these files, one moment and I'll find it again
EDIT: sorry, it's a xbox video converter (from .xmv to avi/mp4/ecc). But If you're still interested (maybe it can work, I don't have it anymore and don't remember if it can do other stuff) check the xentax forum (last message of the .xmv xbox media video topic)
EDIT: sorry, it's a xbox video converter (from .xmv to avi/mp4/ecc). But If you're still interested (maybe it can work, I don't have it anymore and don't remember if it can do other stuff) check the xentax forum (last message of the .xmv xbox media video topic)
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: xbox adpcm conversion
cygwin "find" does a good job:
You can do it with a batch file too without using external tools.
Code: Select all
find -iname "*.wav" -exec xbadpdec "{}" "{}_.wav" ;
You can do it with a batch file too without using external tools.
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: xbox adpcm conversion
Xbox adpcm is playable with the vgmstream plugin - with the DiscWriter of Winamp it's easier than to use old tools.