Hi all,
I'm new to J2ME. I wrote some application with buttons that make a sound when presed (like a typewrite sound - nice!).
I used the Player with Manager.createPlayer. I've realized and prefetched the data. Yet, I experience a delay between pressing a button and hearing the sound. The sound is very short (25 ms, according to getDuration), and I also use three of those players for choosing the one that is not buisy playing a sound. But the latency still exists. I can quickly press four buttons one after the other, and then patiently hear the four following sounds in their own time...
I'll appreciate your help in this matter.
thanks

Reply With Quote

