AudioDevice.py : Change default channel count from 1 (mono) to 2 (stereo).
This commit is contained in:
parent
a163756f04
commit
c017cafe51
@ -18,7 +18,7 @@ class AudioDevice(object):
|
||||
self.bufL = []
|
||||
self.bufIdx = -1
|
||||
self.srate = 0
|
||||
self.ch_cnt = 1
|
||||
self.ch_cnt = 2
|
||||
|
||||
|
||||
def setup( self, **kwargs ):
|
||||
|
Loading…
Reference in New Issue
Block a user