More actions
Raw Sound Player | |
General | |
---|---|
Author(s) | Extreme Coder |
Type | Audio |
Version | August205 |
Licence | Mixed |
Links | |
[Media:Rawsoundplayerds.zip Download] | |
Website |
<htmlet>adsense</htmlet>
This homebrew is a RAW sound player for the DS, also known as AuDS.
It was submitted to the NEO Flash Competition 2005 and in the 9th position.
Installation
- Download and extract the file to a folder
- Drop the .raw files in the same folder, and run group.bat
User guide
Sox: If you want to convert .wav to .raw(or any other file that sox supports), type:
sox filename.wav -r 11025 filename.raw
Lame: If you want to convert your mp3 to raw, type:
lame -resample 11.025 --decode filename.mp3 filename.raw
NOTE: please convert files to 11025 bitrate, and 16bit.