mirror of
https://github.com/headshot2017/libadx-nds.git
synced 2025-06-18 08:55:32 -04:00
ADX decoder/player for NDS homebrew
arm7/source | ||
arm9/source | ||
common | ||
nitro | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
Makefile.arm7 | ||
Makefile.arm9 | ||
README.md |
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
- LibADX Dreamcast library (c)2011-2013 Josh PH3NOM Pearson
- Built on top of NDS Helix-MP3 decoder code by sverx, which is a fixed version of hacker013's original code