Hmmm... MIDI's seem to play OK on firmware 2.39.151, but not on 3.45.110 or 3.45.111. 3.45.110 is playing WAVs OK using the Nokia API.
Anyone else experience this... even better, anyone have a workaround???!!
Cheers,
Graham.
Hmmm... MIDI's seem to play OK on firmware 2.39.151, but not on 3.45.110 or 3.45.111. 3.45.110 is playing WAVs OK using the Nokia API.
Anyone else experience this... even better, anyone have a workaround???!!
Cheers,
Graham.
Well, same experience as me. I think it's a new bug when the 6630 firmware get updated.
Nokia has notified this issue and a fix will probably come.
Hi guys,
I'm playing WAV sounds using the Nokia API on a 2.39.151 6630 but I get a sound delay everytime a sound is played.
Have you experienced this as well?
I got the same problem.
Java seems to be generally broken on some firmware versions. For example the MIDP2.0 GameCanvas.getHeight() returns a different value on different firmware versions... :-(
Hi,
from the Specs page of the nokia 6630 i found that the audio supported formates are:
MIDI tones (poly 48)
AMR (NB-AMR)
True Tones (WB-AMR)
WAV
MP3
AAC
RealAudio
but when i try to play using
Player p = Manager.createPlayer(is, "audio/basic");
if i change basic to say mp3 or any other format it causes the program to raise an exception
Symbian OS error: -5
Media types are according to IANA media-types, http://www.iana.org/assignments/media-types/ . In example, for MP3 the correct form would be "audio/mpeg".
You can also pass null for type to attempt automatic detection of media type.