add debug
This commit is contained in:
parent
f261583a4b
commit
a47c2529b0
@ -23,7 +23,7 @@ class driver(soundDriver):
|
||||
self._initialized = False
|
||||
print('Sound Debug Driver: Shutdown')
|
||||
|
||||
def playFrequence(self, frequence = 1000, duration = 0.3, adjustVolume = 0):
|
||||
def playFrequence(self, frequence, duration, adjustVolume = 0, interrupt=True):
|
||||
if not self._initialized:
|
||||
return
|
||||
if interrupt:
|
||||
|
Loading…
Reference in New Issue
Block a user