byvar / gaxm

Experimental GAX (Shin'en GBA audio engine) to XM converter
MIT License
15 stars 0 forks source link

Unsupported GAX-based sound driver #8

Open Igoreshazhu opened 4 days ago

Igoreshazhu commented 4 days ago

GAXM can't extract music from N-Gage games which used NAX sound driver - Crash Nitro Kart and Payload. I think, this program needs to add support of NAX (especially ".o" files which have ghx2 files). Or develop similar program to rip or extract music files.

RayCarrot commented 4 days ago

I don't know much about the GAX format myself, so Droolie will have to answer about that, but I wanted to let you know that at least the N-Gage version of Crash Nitro Kart should work with this converter. Probably not through this program though since it only works with GBA ROMs (so it would need to be updated to work with different files), and also the fact the the GAX files (snd\music.gax and snd\fx.gax) are compressed in N-Gage version of CNK, making them not easily discoverable. However, you can convert them through Ray1Map which uses the same GAX-parser. It is a bit of a hassle setting it up since it's a Unity program though.