Hi
glad to be the first here.
is there a standard format for all MIDP 1.0 devices?
what is the difference between .ott and .mid (midi file)?
what is the best format to get large portability in sound?
eml
Hi
glad to be the first here.
is there a standard format for all MIDP 1.0 devices?
what is the difference between .ott and .mid (midi file)?
what is the best format to get large portability in sound?
eml
Hello
The only Standard voice specified in Java MIDP 1.0 is
the sound associated with an alert, which must be one of five predefined instances of the AlertType class:
INFO,
WARNING,
ERROR,
ALARM,
or CONFIRMATION.
The device associates different sounds with each class, if possible, though some devices may not even support sound.
You can play any sound at any time by calling the playSound method, as in:
AlertType.ERROR.playSound( display );
The difference between .ott and midi file is that .ott is rtttl sound format converted to binary and it sounds as the ringing tone.
midi file can play more instruments at the same time which makes it sound as a really music.
In future Java MIDP 2.0 includes Mobile Media API which has Midi support.
Hello,
To generate sound on Nokia devices, you can use the Nokia UI API