Revert "tmp"

This reverts commit ea31f0ac3b.
This commit is contained in:
2018-01-31 22:35:46 -02:00
parent 42ca1fe89c
commit 0a4e170c28
198 changed files with 0 additions and 27548 deletions

View File

@@ -1,10 +0,0 @@
#!/usr/bin/python
import aud, sys, time, multiprocessing
device = aud.Device()
ir = aud.ImpulseResponse(aud.Sound.file(sys.argv[2]))
threadPool = aud.ThreadPool(multiprocessing.cpu_count())
sound = aud.Sound.file(sys.argv[1]).convolver(ir, threadPool)
handle = device.play(sound)
handle.volume = 0.1
while handle.status:
time.sleep(0.1)