如何使用Python实现语音聊天功能?
我的目标是一个跨平台的语音聊天应用程序。我有点困惑的是语音传输部分:)
你有什么建议吗?也许绑定到一些低级库甚至框架?
顺便说一句,我不必使用 Python,所以如果您认为 Python 不是一个好主意,请告诉我真正的方法:)
My goal is a cross-platform voice chat application. The part I am a bit confused about it's the voice transferring one : )
What can you suggest? Maybe a binding to some low-level library or even a framework?
BTW, I don't have to use Python, so if you think that Python is not a good idea for this purpose, please show me the true way : )
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你应该看看Telepathy:
http://telepathy.freedesktop.org/wiki/
有Python可用绑定:
http://telepathy.freedesktop.org/wiki/Telepathy%20Python
参见;本演示文稿的最后介绍了 20 行 IM/Voip 客户端:
http:// /raphael.slinckx.net/files/telepathy-guadec-2007.pdf
You should look into Telepathy:
http://telepathy.freedesktop.org/wiki/
There are Python bindings available:
http://telepathy.freedesktop.org/wiki/Telepathy%20Python
See also; the end of this presentation features an IM/Voip client in 20 lines:
http://raphael.slinckx.net/files/telepathy-guadec-2007.pdf