j2me录制和流媒体没有间隙?

发布于 2024-12-09 16:44:29 字数 254 浏览 0 评论 0原文

是否可以在J2ME中录制语音和流,就像我录制并使用commit()来获取字节数组,但是commit()至少需要250ms,即使记录长度为10ms,如果记录长度为10s则不合理地需要280ms等, 我测试的设备是诺基亚 6300 s40 设备。

如何防止间隙?

实际上我需要以尽可能小的时间间隔(例如100ms、200ms等)记录语音。但每次 commit() 至少需要 250ms。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心在旅行 2024-12-16 16:44:29

据我所知这是不可能的。因为你必须在录制音频后commit()。因此 commit() 应该需要一些时间。

AFAIK its not possible. Because you have to commit() after recording the audio. So it should takes sometime to commit().

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文