Allows streamed music to be played on a DS.
Go to file
2020-08-23 15:31:42 +01:00
MarioKartDS Add NWAV importer tools and use DMA 3 on NSMB. 2020-08-23 15:31:42 +01:00
NSMBDS Add NWAV importer tools and use DMA 3 on NSMB. 2020-08-23 15:31:42 +01:00
README.md Update A BUNCH of MKDS code. 2020-08-23 15:03:46 +01:00

NitroWAV Player

Allows streamed music to be played on a DS.

This player which relies on a custom WAV format which I named NWAV, allows streamed music to play on a DS game without stressing the CPU too much.

Supported Games

Game State Patch Requirements
New Super Mario Bros. DS Receiving updates NSMB-ASMReference
Mario Kart DS Receiving updates
Super Mario 64 DS Not started

Supported WAV formats

The source WAV file that is fed to the converter must follow these specifications:

  • PCM-8 or PCM-16 format
  • Max sample rate of 32728 Hz
  • Have a max of 2 channels (Mono or Stereo)
  • (Optional) Can include "loopStart" and "loopEnd" markers corresponding to the samples, or WAV loop points.
  • (Optional) Can include event markers.

Note: All of the optional settings can be set in the converter.