audio - j2me record and stream without gap? -
is possible record voice , stream in j2me,like record , use commit()
byte array,but commit()
takes @ least 250ms ,even record length 10 ms,and irrationally takes 280ms if record length 10s etc, device tested nokia 6300 s40 device.
how can prevent gap?
need record voice in packets of time intervals small possible 100ms,200ms,etc. each time commit()
takes @ least 250ms.
afaik not possible. because have commit()
after recording audio. should takes sometime commit()
.
Comments
Post a Comment