如何使用Python打电话?
我正在编写一个小型 python 程序来将语音文件发送到其他电话。手机通过 USB 连接到电脑。如何使用Python打电话?
I'm writting a small python program to send voice file to other telephone. The phone is connected to pc over usb. How to make phone calls using Python?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为明智的方法是保留专业的语音/IP 应用程序,例如 ribbit 或 Twilio。我个人推荐 twilio,它有 Python 库
I think the smart way is to leave it a professional Voice/IP app such as ribbit or Twilio. I would personally recommend twilio which has Python libraries
您可能可以使用 pyusb 库。
You could probably use the pyusb library.