ADX decoder/player for NDS homebrew
Go to file
2025-02-02 05:37:48 -04:00
arm7/source Merge branch 'main' of https://github.com/headshot2017/libadx-nds 2025-02-02 05:37:48 -04:00
arm9/source Update adx_9.c 2024-12-09 07:41:08 -04:00
common first commit 2024-12-08 21:49:47 -04:00
nitro first commit 2024-12-08 21:49:47 -04:00
.gitignore first commit 2024-12-08 21:49:47 -04:00
LICENSE first commit 2024-12-08 21:49:47 -04:00
Makefile first commit 2024-12-08 21:49:47 -04:00
Makefile.arm7 first commit 2024-12-08 21:49:47 -04:00
Makefile.arm9 first commit 2024-12-08 21:49:47 -04:00
README.md Update README.md 2024-12-09 07:33:40 -04:00

libadx-nds

ADX decoder/player for Nintendo DS homebrew, written using BlocksDS

Information

When playing an ADX file, it is decoded on the ARM7, allowing to run game logic on the ARM9 uninterrupted.

The ADX quality has been tested up to 48000 Hz 128 kbps, with no lag.
Higher kbps quality may be possible, but it has not been tested.

Credits