NX Audio Source Code Translated To NX

3

SP4CEBAR 2025-01-05 21:31 (Edited)

This project aims to translate the source code that generates NX's iconic audio from C to NX.


        Open In Editor


This code can be used to make accurate audio visualizers (by graphing its output) or for analysis (like a DFT).

the translation runs without errors but the code will be flawed, if you intend to use snippets from this please keep the source for reference


SP4CEBAR 2025-01-05 21:34 (Edited)

Currently, it still has some C types, referencing and dereferencing parameters and modulo signs, and brackets


Sylveon 2025-01-05 22:15

Nice :3


SP4CEBAR 2025-01-06 20:38

Update: removed C types, referencing and dereferencing parameters, modulo signs, and brackets


SP4CEBAR 2025-01-06 20:38

Now it just has some lengthy symbol names


SP4CEBAR 2025-01-06 21:09 (Edited)

Fixed all errors, it now runs (probably as long as no subprogram is called) and I'm fairly confident that many things are broken because of these reasons:

Snippets from this translated code can already be useful however


Sylveon 2025-01-07 14:23

Cool :3


Log in to reply.