polish sound

This commit is contained in:
Chrys
2016-08-03 02:26:44 +02:00
parent 326341f509
commit 8a3ead822a
14 changed files with 33 additions and 27 deletions

View File

@ -7,7 +7,7 @@ class sound():
def playFrequence(self, frequence, duration, adjustVolume):
pass
def playSoundFile(self, filePath, interrupt = True):
subprocess.call("play " + filePath, shell=True)
subprocess.call("play -q " + filePath, shell=True)
def cancel(self):
pass
def setCallback(self, callback):