DsKara: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 2: Line 2:
| title      = DsKara
| title      = DsKara
| image      = [[File:Dakara.png]]
| image      = [[File:Dakara.png]]
| type        = Other
| type        = Music
| version    = 1.2
| version    = 1.2
| licence    = Mixed
| licence    = Mixed
Line 11: Line 11:
}}     
}}     


DsKara is a utility to play karaoke on DS with music on one side, the words of another and the script manages all. The older versions 0.9 includes 3 musics integrated into the rom.
DsKara is a karaoke application for the DS. It displays the song/playlist on one side of the screen and the lyrics on the other; the script manages everything.  
 
The older versions 0.9 includes 3 musics integrated into the rom.


==Installation==
==Installation==
#Download and extract file
Download and extract file.
#Copy .nds and music files with /DsKara/ at the root of memory card
 
Copy .nds and music files with /DsKara/ directory at the root of memory card.
 
Each .dsk file (karaoke information) must have a .raw equivalent that matches the song of that karaoke.


==User guide==
==User guide==
The following music are porvided:
The following music are porvided:
:[[Media:Dakarabetonit.zip|Bet On It]] by Zac Efron from High School Musical
 
:[[Media:Dakaradontspeak.zip|Don't Speak]]
* [[Media:Dakarabetonit.zip|Bet On It]] by Zac Efron from High School Musical.
:[[Media:Dskarawakemeupwse.zip|Wake Me Up When September Ends]] by Green Day
* [[Media:Dakaradontspeak.zip|Don't Speak.]]
:[[Media:Dskaraworkthisout.zip|Work This Out]] from High School Musical
* [[Media:Dskarawakemeupwse.zip|Wake Me Up When September Ends]] by Green Day.
To add music, place both music files, .Dsk(information on karaoke) and .Raw(song of this karaoke) in file /DsKara/.
* [[Media:Dskaraworkthisout.zip|Work This Out]] from High School Musical.
 
To add music, place both music files, .dsk (information on karaoke) and .raw (song of this karaoke) in file /DsKara/.


===Customize Karaoke===
===Customize Karaoke===
'''Lyrics:'''
'''Lyrics:'''


Create a text file (. Txt format) that contains the lyrics of the song. Clip the syllables by the slash / in order to distinguish and NO skipping lines (leave a blank line).
Create a text file (.txt format) that contains the lyrics of the song. Clip the syllables by a slash "/" to distinguish and must not skipping lines (leave a blank line).


For example, the words "And if it's real well I do not want to know" would be:
For example, "And if it's real well I do not want to know" would be:
  And / if / it's / real
  And / if / it's / real
  Well / I / do / want / to / know
  Well / I / do / want / to / know <br>


Each line must contain up to 30 characters (excluding slashes). The DS has 32 tiles horizontally, 2 are removed for reasons of clarity.
Each line can contain up to 30 characters (excluding slashes). The DS has 32 tiles horizontally, 2 are removed so they are easier to read.


At the end of writing the letter, add an empty line (to indicate to song). The newline is necessary so that the file created is then valid.
At the end of writing the lyrics, add an empty line (to indicate to song). The newline is necessary so that the file created is then valid.


'''Create .Dsk:'''
'''Create .dsk file:'''


Open [http://graph05.webblog.free.fr/DevDS/DsKaraEditor/ Online Editor] and fill in the fields. Leave Timestamps empty and confirm.
Open [http://graph05.webblog.free.fr/DevDS/DsKaraEditor/ Online Editor] and fill in the fields. Leave Timestamps empty and confirm.


Rename the file to editor.dsk and stick in the folder /DsKara. Add the file editor.raw (corresponding to the music of the song).
Rename the file to editor.dsk and put in the folder /DsKara. Add the file editor.raw (corresponding to the music of the song).


Run DsKara and click in the Editor. You will see the information of the song.  
Run DsKara and click in the Editor, the song information should display on the bottom screen.


:START - start editing  
Once you have finished editing, press Select to save and a file called "file times.txt" will be created in the folder /DsKara/.
:A - light a syllable
:SELECT - finished
You have created a file called "file times.txt" folder /DsKara.


Return to the [http://graph05.webblog.free.fr/DevDS/DsKaraEditor/ Online Editor], fill in the fields again, but this time in the field select the file timestamps "file times.txt".
Return to the [http://graph05.webblog.free.fr/DevDS/DsKaraEditor/ Online Editor], fill in the fields again, but this time in the field select the file timestamps "file times.txt".


It only remains to put the.Dsk that originates near the .Raw of the corresponding song (must EXACTLY the same name).
Finally, put the .dsk and .raw files of the corresponding song to the folder /DsKara/ (both .dsk and .raw files must have the exact the same name).


===Create .Raw===
'''Create .raw file:'''
Install [http://www.scenebeta.com/noticia/audacity/ Audacity], import song .RAW and press Control+P to open the Properties.
Install [http://www.scenebeta.com/noticia/audacity/ Audacity], import song .raw and press Control+P to open the Properties.


In the File Formats tab, export uncompressed format select another, choose EXACTLY these values,
In the File Formats tab, export uncompressed format select another, choose these values.
   
   
Achieve Format:  
Achieve Format:  
  RAW (header-less)
  RAW (header-less)
  Signed 9 bit PCM
  Signed 9 bit PCM <br>
 
You will then find the option "Export to. Raw" from the File menu.
 
==Controls==
'''Editor:'''


User will have the option "Export to. Raw" from the File menu.
Start - Start editing


A - Choose the syllable


Select - Finish and save


[[Category:Homebrew applications]]
<br>
[[Category:DS homebrew applications]]
[[Category:Music homebrews on DS]]

Revision as of 08:50, 22 May 2021

DsKara
File:Dakara.png
General
Author(s)Graph05
TypeMusic
Version1.2
LicenceMixed
Links
[Media:Dskara12.zip Download]
Website
Advertisements

<htmlet>adsense</htmlet>


DsKara is a karaoke application for the DS. It displays the song/playlist on one side of the screen and the lyrics on the other; the script manages everything.

The older versions 0.9 includes 3 musics integrated into the rom.

Installation

Download and extract file.

Copy .nds and music files with /DsKara/ directory at the root of memory card.

Each .dsk file (karaoke information) must have a .raw equivalent that matches the song of that karaoke.

User guide

The following music are porvided:

To add music, place both music files, .dsk (information on karaoke) and .raw (song of this karaoke) in file /DsKara/.

Customize Karaoke

Lyrics:

Create a text file (.txt format) that contains the lyrics of the song. Clip the syllables by a slash "/" to distinguish and must not skipping lines (leave a blank line).

For example, "And if it's real well I do not want to know" would be:

And / if / it's / real
Well / I / do / want / to / know 

Each line can contain up to 30 characters (excluding slashes). The DS has 32 tiles horizontally, 2 are removed so they are easier to read.

At the end of writing the lyrics, add an empty line (to indicate to song). The newline is necessary so that the file created is then valid.

Create .dsk file:

Open Online Editor and fill in the fields. Leave Timestamps empty and confirm.

Rename the file to editor.dsk and put in the folder /DsKara. Add the file editor.raw (corresponding to the music of the song).

Run DsKara and click in the Editor, the song information should display on the bottom screen.

Once you have finished editing, press Select to save and a file called "file times.txt" will be created in the folder /DsKara/.

Return to the Online Editor, fill in the fields again, but this time in the field select the file timestamps "file times.txt".

Finally, put the .dsk and .raw files of the corresponding song to the folder /DsKara/ (both .dsk and .raw files must have the exact the same name).

Create .raw file: Install Audacity, import song .raw and press Control+P to open the Properties.

In the File Formats tab, export uncompressed format select another, choose these values.

Achieve Format:

RAW (header-less)
Signed 9 bit PCM 

You will then find the option "Export to. Raw" from the File menu.

Controls

Editor:

Start - Start editing

A - Choose the syllable

Select - Finish and save


Advertising: