beanieaxolotl / shinen-gax-python

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

Shin'en GAX Sound Engine tools for Python

This repo houses conversion and (un)packing tools for music and FX files made with Shin'en Multimedia's GAX Sound Engine library.
This also works with .gax/.o files made with NAX Sound Engine, which shares the same data structure with GAX.
Since this is a complete rewrite, some things in the original repo (i.e XM to GAX) are nonexistent, but this doesn't mean I won't implement them in the future.

Tools:

To do:

In progress:

Credits:

Bernhard Wodok, Shin'en Multimedia - original sound engine

loveemu - Documentation of GAX's format and gax_scanner.py

nikku4211 - Additional documentation of GAX's sequence data format (used as a jump-off point for my own research)