Guest User

Untitled

a guest
Jan 16th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. x = subprocess.Popen('play -V -r 44100 -n synth 30 sin 130+150 vol +2dB')
  2.  
  3. OSError: [Errno 2] No such file or directory
  4.  
  5. x=subprocess.call('play -V -r 44100 -n synth 30 sin 130+150 vol +2dB', shell=True)
  6.  
  7. x=subprocess.call('/usr/bin/play -V -r 44100 -n synth 30 sin 130+150 vol +2dB')
Add Comment
Please, Sign In to add comment