标签: python-3.x audio
我可以用python播放无尽的正弦音,就像Linux Bash上的这个命令一样:
play -n synth sin 4440 gain 1 vol 1
不使用subprocess.check_output或os?