We r a group of J2ME programmers and we are facing a problem in Nokia Sound UI. An exception(NullPointer) is thrown when we try to use FORMAT_WAVE in our sound constructor. But the same thing works fine when we use FORMAT_TONE, but this is not the desired result that we want. We urgently need a solution for this.
More Info
Sound Constructor:- Sound(byte[] data,int type)
We currently using:- Sun One Studio(update 1), Nokia Series 60 MIDP SDK

Reply With Quote

