0

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?

user8400839
  • 105
  • 1
  • 9
  • I don't know if this addresses your question, but this question seems to be similar: https://stackoverflow.com/questions/9770073/sound-generation-synthesis-with-python – Eliot K Apr 04 '18 at 00:00
  • The problem is that I need an endless sine, wich only stop with an stop command. – user8400839 Apr 04 '18 at 21:09
  • Can you add any context to what you are trying to do? Is there any code you are working with currently? – Eliot K Apr 05 '18 at 19:57
  • No, I haven't developed any code. My Question was, whether there are simple solutions, e.g. an python libary, what can do those things – user8400839 May 25 '18 at 23:56

0 Answers0