Home | History | Annotate | Download | only in JetCreator

Lines Matching full:numchannels

540 				('numChannels', c_long),

601 AudioBufferType = c_ubyte * (2 * self.config.mixBufferSize * self.config.numChannels)
611 eas_logger.debug("libVersion=%08x, maxVoices=%d, numChannels=%d, sampleRate = %d, mixBufferSize=%d" %
612 (self.config.libVersion, self.config.maxVoices, self.config.numChannels, self.config.sampleRate, self.config.mixBufferSize))
724 stream.setparams((self.config.numChannels, 2, self.config.sampleRate, 0, 'NONE', None))
904 AudioBufferType = c_ubyte * (2 * buf_size * self.config.numChannels)