连续录音和分析
我想编写一个应用程序来连续记录音频并实时分析它。我已经知道如何录制一次文件并播放它,但我不知道如何使其连续。我想 Java API 中有某种循环缓冲区文件,但我对 Java 还很陌生,而且我还没有了解这些 API。另外,我是否可以将此文件完全保留在内存中,而不引入写入外部存储的开销?有什么想法吗?
I would like to write an app the records audio continuously and analyze it in real time. I already know how to record file once and play it back, but I don't know how to make it continuous. I suppose there is some sort of circular buffer file in Java API, but I am quite new to Java and I didn't get my head around the APIs yet. Also can I keep this file entirely in memory, not to introduce overhead of writing to external storage? Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论