如何使用Python实现语音聊天功能?

发布于 2024-08-17 02:49:00 字数 136 浏览 4 评论 0原文

我的目标是一个跨平台的语音聊天应用程序。我有点困惑的是语音传输部分:)

你有什么建议吗?也许绑定到一些低级库甚至框架?

顺便说一句,我不必使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

明媚如初 2024-08-24 02:49:00

你应该看看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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文