HI
I need to get bytes of audio at recording time and send it over the network. but the total bytes is available only after the recording is commit.
Thank You
HI
I need to get bytes of audio at recording time and send it over the network. but the total bytes is available only after the recording is commit.
Thank You
Are you talking about a Java ME MIDlet? If yes, then... Unfortunately, you really have access to the recorded data after you have stopped recording. So no can do.
Hartti
You said "if yes then..."
And what if no?
Can we somehow get access to data from microphone?
The main point is that you cannot achieve this with Java ME. If you are using some other development language, like Symbian C++ (if you are targeting S60 phones for example) then it is a different story (but I cannot help you much in that regard, as I do not have any experience on Symbian C++ programming)
Hartti
May be it will help somebody:
MMFDevSound API