AuDS: Difference between revisions

From GameBrew
No edit summary
m (Text replacement - "type=Media players" to "type=Media Players")
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox DS Homebrews
{{Infobox DS Homebrews
|title=Raw Sound Player
|title=AuDS - Raw Sound Player
|image=nds.png
|description=RAW sound player.
|description=RAW sound player.
|author=Extreme Coder
|author=Extreme Coder
|lastupdated=2005/08/11
|lastupdated=2005/08/11
|type=Audio player
|type=Media Players
|version=11 August 2005
|version=2005
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/dshomebrew/rawsoundplayer.7z
|download=https://dlhb.gamebrew.org/dshomebrew/rawsoundplayer.7z
|website=http://www.neoflash.com/forum/index.php/topic,591.0.html
|website=http://www.neoflash.com/forum/index.php/topic,591.0.html
}}
}}
This homebrew is a RAW sound player for the DS, also known as AuDS.
A RAW sound player for the DS.


It was submitted to the NEO Flash Competition 2005 and in the 9th position.
It was submitted to the NEO Coding Compo 2005.


==Installation==
==Installation==
Line 25: Line 26:
If you want to convert .wav to .raw (or any other file that sox supports), type:
If you want to convert .wav to .raw (or any other file that sox supports), type:
  sox filename.wav -r 11025 filename.raw  
  sox filename.wav -r 11025 filename.raw  
 
===Lame===
===Lame===
If you want to convert your mp3 to raw, type:
If you want to convert your mp3 to raw, type:
  lame -resample 11.025 --decode filename.mp3 filename.raw
  lame -resample 11.025 --decode filename.mp3 filename.raw
 
==External links==
==External links==
* NeoFlash - http://www.neoflash.com/forum/index.php/topic,591.0.html
* NeoFlash - http://www.neoflash.com/forum/index.php/topic,591.0.html


[[Category:DS homebrew applications]]
 
[[Category:Media players on DS]]
[[Category:Media Players on DS]]
[[Category:NEO Coding Compo 2005]]

Latest revision as of 09:07, 7 May 2024

AuDS - Raw Sound Player
Nds.png
General
AuthorExtreme Coder
TypeMedia Players
Version2005
LicenseMixed
Last Updated2005/08/11
Links
Download
Website

A RAW sound player for the DS.

It was submitted to the NEO Coding Compo 2005.

Installation

Download and extract the file to a folder.

Drop the .raw files in the same folder, and run group.bat.

User guide

Please convert files to 11025 bitrate and 16bit.

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

External links

Advertising: