0

Is it possible to record voice and stream in J2ME,like I record and use commit() to get the byte array,but the commit() takes at least 250ms ,even the record length is 10 ms,and it irrationally takes 280ms if the record length is 10s etc, the device I tested is Nokia 6300 s40 device.

How can I prevent the gap?

Actually I need to record voice in a packets of the time intervals as small as possible like 100ms,200ms,etc. but each time the commit() takes at least 250ms.

4

1 回答 1

0

AFAIK 这是不可能的。因为你必须commit()在录制音频之后。所以它应该需要一些时间commit()

于 2011-10-12T10:22:08.160 回答