在portaudio中打开原始数据流(例如tcpdump)
我想从 portaudio 中的 tcpdump 等程序打开原始数据流,您有什么建议?在文档中没有找到太多有关接收传递数据的信息。谢谢你!
I would like to open a raw data stream from program such as tcpdump in portaudio, what would be your advice? Didn't found much in documentation about receiving passed data. Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定我是否理解你的问题,但是,我会编写 ac 或 c++ 程序,该程序通过标准输入获取流,并将数据从该流传递到 pa 回调中的 portaudio 缓冲区。然后我会这样调用该程序:
Not sure if I understand your question, but, I'd write a c or c++ program that takes a stream through the standard in and passess data from that stream to the portaudio buffers in the pa callback. I'd then call the program like: