如何在Linux中创建人工麦克风输入?
我正在从事一个音频识别项目。
为了测试,我希望能够有一个程序:
- 从文件加载音频数据,
- 将其提供给 Linux 内核,就像它来自麦克风
- 有任何用户空间程序采样麦克风正在获取数据源 从我的文件中。
在 Linux 中是否可以实现这一点,而无需编写新的内核模块?
I'm working on an audio recognition project.
For testing, I'd like to be able to have a program:
- load audio data from a file
- provide it to the Linux kernel, as if it were coming from a microphone
- have any user-space program sampling the microphone be obtaining data sourced
from my file.
Is that possible in Linux without having to write a new kernel module?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑:我想该解决方案行不通..但请参阅下面的评论。
这在linux下应该很简单。
步骤如下:
我希望我答对了你的问题。
EDIT: i guess that solution won't work .. but see my comment below.
this shoud be simple under linux.
here are the steps:
I hope I got your question right.