Android:记录音频流并检索延迟信息
- 我想编写简单的测试程序来记录来自输入插孔(麦克风?)的音频流。
- 我必须计算音频延迟信息并显示它。
我必须使用 NDK 还是 SDK? 是否有一个简单的源代码可以为我做到这一点?
最后,我该如何开始写呢?
- I want to write simple test program to record audio stream from input jack (microphone?).
- I must calculate the audio latency information and show it.
I must use NDK or SDK?
Does there exist a simple source code that does this for me?
In the end, how I can start to write it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能有助于开始
http://developer.android.com/guide/topics /media/index.html
对于延迟问题,您可能需要使用 NDK - 这会给您带来更低的延迟,但上次我检查音频在 NDK 中并不真正可用,但这可能已经改变
This might help as a start
http://developer.android.com/guide/topics/media/index.html
for the latency problem you might meed to use NDK - which would give you lower latency anyway but last time i checked audio was not really usable in the NDK but this may have changed