We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
尝试自己添加 playsound 库来播放音频,但是目前没能成功。
playsound
我现在是用 pip install playsound --target="[工具路径]\internal" 来安装依赖包,然后在 client_shortcut_handler 里去调用 playsound(xxx.wav) 来播放声音。 但是实际操作中发现,如果塞了我的代码,进程会直接卡住不运行了。
pip install playsound --target="[工具路径]\internal"
client_shortcut_handler
playsound(xxx.wav)
想请教一下是什么原因,是不是我需要用什么异步的方式去调用函数?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
尝试自己添加
playsound
库来播放音频,但是目前没能成功。我现在是用
pip install playsound --target="[工具路径]\internal"
来安装依赖包,然后在client_shortcut_handler
里去调用playsound(xxx.wav)
来播放声音。但是实际操作中发现,如果塞了我的代码,进程会直接卡住不运行了。
想请教一下是什么原因,是不是我需要用什么异步的方式去调用函数?
The text was updated successfully, but these errors were encountered: