使用python控制带蓝牙的手机

发布于 2024-12-08 23:07:10 字数 132 浏览 0 评论 0原文

我想知道是否有任何 API 可以让 python 以编程方式控制手机,例如开始和结束通话,还可以记录对话。

我还想使用电脑的耳机和麦克风来打电话。

任何信息都会很棒,我尝试用谷歌搜索一些东西,但没有找到任何有用的信息。

I would like to know if there are any API's for python to programmatically control a phone, like starting and ending calls, but also to record conversations.

I would also like to use the Headphones and Mic of the computer to talk over the phone.

Any info would be great, I tried googling for something, but nothing useful came up.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

比忠 2024-12-15 23:07:11

PyBluez 致力于围绕系统蓝牙资源创建 Python 包装器,使 Python 开发人员能够轻松快速地创建蓝牙应用程序。

不幸的是,我没有找到专门介绍其功能的页面,但它可能是一个很好的起点,无论您需要的所有内容都在其功能集中,或者您是否可以通过扩展它来构建您的应用程序。

http://code.google.com/p/pybluez/

PyBluez is an effort to create python wrappers around system Bluetooth resources to allow Python developers to easily and quickly create Bluetooth applications.

Unfortunately I've not found a page dedicated to its features, but it could be a good starting point, whether everything you need is in its feature set, or if you could build your application upon it by extending it.

http://code.google.com/p/pybluez/

哆兒滾 2024-12-15 23:07:10

使用 PyBluez 时要小心!结果实际上取决于您使用的 BT-USB 适配器。根据硬件(其中的 BT 芯片),PyBluez 将使用一个或另一个 BT 堆栈 - 例如 WIDCOMM 的一个。结果会有所不同,因为 PyBluez 实际上是围绕这些堆栈进行的 - 所有这些都远未完成。

因此,当您有一个工作项目时,请务必知道您使用的实际 BT 堆栈是什么:)

对于 Python 音频内容,您可以尝试 这个

Be careful when using PyBluez! The results will actually depend on the BT-USB dongle you are using. Depending on the hardware(the BT chip in there), PyBluez will use one or another BT stack - for example there was one from WIDCOMM. Results will vary, as PyBluez is actually wrapping around those stacks - all of which are far from complete.

So, when you have a working project, be sure to know what actual BT stack you were using :)

For Python audio stuff, you could try this.

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