Home | History | Annotate | Download | only in audio

Lines Matching full:channels

20 def _get_format_args(channels, bits, rate):
21 args = ['-c', str(channels)]
205 input, duration=None, channels=2, bits=16, rate=48000, device=None):
210 @param channels: The number of channels of the input audio.
219 args += _get_format_args(channels, bits, rate)
238 output, duration=None, channels=1, bits=16, rate=48000, device=None):
243 @param channels: The number of channels of the recorded audio.
252 args += _get_format_args(channels, bits, rate)