Hello everybody I am trying to make a modification to the soundtrack of the game san francisco rush alcatraz edition xbox (midway arcade treasures 3) to replace the audio of the game with the audio of the original arcade machine but it was not possible because the audio of the game is in XMU format and the audio tracks of the original arcade machine I have in WAV format then how can I convert from WAV to XMU?
VGMStream is a video game audio file converter that should allow you to do exactly what you're trying to do. I haven't used it in a few years but I remember it working fairly well https://github.com/kode54/vgmstream
Already tried but the program output only wave(only convert audio to wave) without success,so i still looking for a way how to convert WAVE to XMU,someone here knows how to encode audio to XMU? or how to convert from WAVE to XMU? any help would be apreciated.
Looking at that code, it's Xbox IMA ADPCM (but not in a WAV container). If someone documents the format you can probably rather easily write a converter from IMA ADPCM (with 64 Samples per block) to the XMU format. However, I could not find any *complete* converter / loader for XMU and I'm not sure if I have sample files. I also have enough other things to do right now.