Update genericDriver.py
This commit is contained in:
parent
1c9d2ca1b7
commit
863938506a
@ -37,7 +37,7 @@ class driver(soundDriver):
|
|||||||
word = word.replace('fenrirFreqDuration', str(duration))
|
word = word.replace('fenrirFreqDuration', str(duration))
|
||||||
word = word.replace('fenrirFrequence', str(frequence))
|
word = word.replace('fenrirFrequence', str(frequence))
|
||||||
popenFrequenceCommand[idx] = word
|
popenFrequenceCommand[idx] = word
|
||||||
self.proc = subprocess.Popen(popenFrequenceCommand, shell=False)
|
self.proc = subprocess.Popen(popenFrequenceCommand, stdin=None, stdout=None, stderr=None, shell=False)
|
||||||
self.soundType = 'frequence'
|
self.soundType = 'frequence'
|
||||||
def playSoundFile(self, filePath, interrupt = True):
|
def playSoundFile(self, filePath, interrupt = True):
|
||||||
if not self._initialized:
|
if not self._initialized:
|
||||||
|
Loading…
Reference in New Issue
Block a user