Guest anuragsji Posted April 27, 2005 Report Posted April 27, 2005 Hello, I want to play wav fie on smartphone using bytearray,I am able to play whole file once by making bytearray and give to coredll metnod WCE_PlaySoundByte. But my requirement is that I can play the wave file in byte chunks means I should be able to make bytearray of lets say 100000 bytes and then play it and then get next 100000 bytes form total bytearray and play it. I know that there are headers and other information associated with byte array, the same reason is that when I give 100000 bytearray which starting not from begining then it is not playable. I want that I should add header information everytime to bytearray parts and make it playable so every time pass the array to WCE_PlaySoundByte method of coredll Please help me on this issue Thanks in advance Anurag
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now