How to open and play the audio files on Nokia

Started by
2 comments, last by Kippesoep 18 years, 11 months ago
I develop game in Mobile phone the problem is when I want my game can play in Nokia UI40 Java MIDP1.0 (old phone but common use in Thai) I can't open any files format, I just can play only tone by input the tone in an array. I check on the Nokia forum and I saw that phone support MIDI files as a ringtone but in their API don't have MMAPI My question is, I want to ask composer to compose music in any file format and port them in to the game. Anyone can have sugguesting for me, Thank you Neon
Advertisement
MIDP 1.0 doesn't support sound and MIDI at all (you'll need MIDP 2.0 for that). The com.nokia.mid.sound extensions doesn't support MIDI. There is a tool called NDS that comes with certain Nokia SDK's that allows you to convert a single channel from a MIDI file into a tone array, though.
Kippesoep
where can I get NDS (what is it???)

thank you for your advice
Neon
NDS is the Nokia Developer's Suite (2.2 for J2ME). This includes the audio convertor. Get it here.

[Edited by - Kippesoep on April 28, 2005 1:40:37 AM]
Kippesoep

This topic is closed to new replies.

Advertisement