gpt4 book ai didi

无需外部模块即可播放固定频率声音的 Python 库

转载 作者:行者123 更新时间:2023-12-03 00:30:48 25 4
gpt4 key购买 nike

我有一个程序,我想不间断地播放设定频率的声音,直到我告诉它停止。我看过this回答,但这需要一个外部模块(我在离线环境中工作,所以这是不可能的)。

另外,this答案也不是很实用,因为它会有播放间隙(尽管可以创建文件)。我希望我所要求的不是不可能的,但我有一种感觉。

提前致谢。

最佳答案

我确定我是从 stdlib 模块中做到的,只是不记得如何或在什么平台上。但这看起来几乎是您想要的(至少对于 Windows),来自 python 帮助:

winsound.Beep(frequency, duration)

Beep the PC’s speaker. The frequency parameter specifies frequency,
in hertz, of the sound, and must be in the range 37 through 32,767.
The duration parameter specifies the number of milliseconds the sound
should last.
If the system is not able to beep the speaker, RuntimeError is raised.

关于无需外部模块即可播放固定频率声音的 Python 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48873296/

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