main plays audio

master
Michael Murtaugh 7 years ago
parent 0c624b5070
commit b67f9feb3d

@ -1,12 +1,6 @@
#!/usr/bin/env python
import os, random, time
while True:
freq = str(random.randint(0,10)*110)
print(freq)
os.system('echo "'+freq+';" | pdsend 3000')
time.sleep(0.25)
import subprocess
subprocess.call(["mpv", "inthemood.mp3", "--loop", "inf", "--volume", "25"], cwd="/media/floppy")

Loading…
Cancel
Save