gpt4 book ai didi

python - 用Qpython录制声音

转载 作者:行者123 更新时间:2023-12-02 23:37:53 28 4
gpt4 key购买 nike

我正在使用QPython,我想知道是否可以通过电话的麦克风录制声音。我无法在Qpython中安装Speech_recognition或PyAudio,也找不到任何教程。任何帮助是感激的家伙:D

最佳答案

这是一个古老的问题,但我也可能会为其他搜索信息的人回答。

要使用qpython访问手机的功能,必须首先导入androidhelper()并创建一个代表手机的对象。

完成此操作后,您就可以访问多种功能,例如要查找的功能(recorderStartMicrophone和recorderStop)。

有一个简单的脚本显示了如何使用它:

import androidhelper
droid = androidhelper.Android()

droid.recorderStartMicrophone("Path/To/Where/You/Want/To/Save/The/Audio")
#Do what you want. It might be a timer or another function.
droid.recorderStop()

androidhelper中包含功能的完整列表:
http://kylelk.github.io/html-examples/androidhelper.html

关于python - 用Qpython录制声音,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42958488/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com