beanieaxolotl / shinen-gax-python

Reimplementation of the GAX Sound Engine in Python
MIT License
2 stars 0 forks source link

NAX Support #1

Closed Igoreshazhu closed 3 weeks ago

Igoreshazhu commented 3 weeks ago

Did this program support NAX sound driver which used only in Crash Nitro Kart and Payload for N-GAGE? I'm looking for HQ rip of Payload which sounds too compressed.

beanieaxolotl commented 3 weeks ago

Yes! In fact, the program actually can pack/unpack NAX files (albeit saving them as .nax to avoid confusion with the ELF .o format). Some of my GAX research was actually done with the Payload .o files I had obtained.

I completely forgot to include that fact in the readme though.

Full HQ ripping of the tracks: I might need to implement some sort of XM converter (like GaXM) or a high-quality GAX rendering engine for that to happen. This is something that I hope to achieve, too.