Nintendo DS Sound File Converter
v0.1
Command line tool for unpacking and creating SDAT sound archives for the Nintendo DS.
Support for the following file conversions are currently supported:
| Nitro Format | Standard Formattion |
|---|---|
| SSEQ | MID |
| SBNK | TXT |
| SWAV,SWAR | WAV |
Support for the following file types are TBD: SSAR, STRM
make
nitrosfx INPUT_PATH OUTPUT_PATH [options...]
Information on the Nitro sound file types informed by Nitro Studio 2
Tool design inspired by nitrogfx and nitroarc
JSON implementation is from CJSON under the MIT License
(Files cJSON.c and cJSON.h)