can I play an endless sine tone with python, like this comand on the Linux Bash does it:
play -n synth sin 4440 gain 1 vol 1
without using subprocess.check_output or os?
can I play an endless sine tone with python, like this comand on the Linux Bash does it:
play -n synth sin 4440 gain 1 vol 1
without using subprocess.check_output or os?