Bonjour à tous...
Mon but:
Je tente de convertir une liste de son xbox avec l'extention *.wav. Il y'en a un bon paquet et le seul moyen que j'ai trouvé pour l'instant est en commande DOS. Je n'ai pas trouvé d'autre solution que de traiter les sons un par un avec ce programme alors qu'il y'en a pas loin de 600.
J'utilise ce pragramme: Xbox ADPCM decoder http://aluigi.altervista.org/papers.htm#xbox
Je m'y prend e la manière suivante:
Code :
- xbadpdec.exe INTERN_INSULT06.WAV INTERN_INSULT06.WAV.trc
|
Notez bien, que mon but n'est pas de renommer le fichier en *.trc, mais bien d'opérer à une conversion et une ecriture dans un autre fichier.
comme je l'ai dit plus haut: "Je n'ai pas trouvé d'autre solution que de traiter les sons un par un avec ce programme", mais je ne maitrise pas trés bien l'anglais. Il y'a peut etre un moyen d'atteindre mon but ?
Code :
- Xbox ADPCM decoder and player 0.2.3a
- by Luigi Auriemma
- e-mail: aluigi@autistici.org
- web: aluigi.org
- Usage: xbadpdec.exe [options] <input> <output.wav/PLAY>
- Options:
- -o OFF offset where audio data starts
- -s SIZE size of the audio data to read
- -f FREQ force the frequency (default for raw files is 44100)
- -c CHANS force the number of channels (default for raw files is 2)
- -a copy the input file to the output and add a wave header
- useful if you have the xbox adpcm codec installed
- -r raw output, data without wave header (useful for pipe)
- if used together -r and -a act just like a data dumper
- -d DRV select a specific driver for playing the file, DRV can be the short
- name or the device number. Use ? for the list of devices
- Use the ouptut filename PLAY or "" for playing the input file (no writing)
- Use - as input or output file for using stdin and stdout
- Use 0x before any number for specyfing its hexadecimal value
|
N'importe quel type d'aide ou suggestion est la bienvenue.
Cordialement.