A tool that allows to convert WAV and RAW audio files to NitroWAV format.
Go to file
2020-08-18 16:16:31 +01:00
screenshots Add screenshots and setup README.md. 2020-06-30 10:41:29 +01:00
.gitignore Initial commit 2020-06-07 15:51:03 +01:00
eventeditor.cpp Add project files. 2020-06-07 15:52:23 +01:00
eventeditor.h Add project files. 2020-06-07 15:52:23 +01:00
eventeditor.ui Add project files. 2020-06-07 15:52:23 +01:00
evententry.cpp Add project files. 2020-06-07 15:52:23 +01:00
evententry.h Add project files. 2020-06-07 15:52:23 +01:00
evententry.ui Add project files. 2020-06-07 15:52:23 +01:00
main.cpp Add project files. 2020-06-07 15:52:23 +01:00
mainwindow.cpp Fix loop point detection problems. 2020-08-18 16:16:31 +01:00
mainwindow.h Add project files. 2020-06-07 15:52:23 +01:00
mainwindow.ui Add project files. 2020-06-07 15:52:23 +01:00
NDS_NitroWAV_Tool.pro Add static build and move message print. 2020-06-30 10:31:06 +01:00
nwav.ico Add project files. 2020-06-07 15:52:23 +01:00
nwav.pdn Add project files. 2020-06-07 15:52:23 +01:00
README.md Add screenshots and setup README.md. 2020-06-30 10:41:29 +01:00

NitroWAV Tool

A tool that allows to convert WAV and RAW audio files to NitroWAV format.

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)

Screenshots

Main Converter Window

Event Editor Window