Lines Matching full:rate
12 def _raw_format_args(channels, bits, rate): argument
16 args += ['-r', str(rate)]
20 filename, channels=2, bits=16, rate=48000, duration=None, frequence=440,
27 @param rate: The sampling rate.
33 args += _raw_format_args(channels, bits, rate)
49 def noise_profile_cmd(input, output, channels=1, bits=16, rate=48000): argument
56 @param rate: The sampling rate.
59 args += _raw_format_args(channels, bits, rate)
70 input, output, noise_profile, channels=1, bits=16, rate=48000): argument
78 @param rate: The sampling rate.
81 format_args = _raw_format_args(channels, bits, rate)
93 input, output, channel_index, channels=2, bits=16, rate=48000): argument
102 @param rate: The sampling rate.
105 args += _raw_format_args(channels, bits, rate)
112 def stat_cmd(input, channels=1, bits=16, rate=44100): argument
120 @param rate: The sampling rate.
123 args += _raw_format_args(channels, bits, rate)
196 @param rate_src: The sampling rate of the source file.
216 @param rate_src: The sampling rate of the source file.
220 @param rate_dst: The sampling rate of the destination file.
242 @param rate_src: The sampling rate of the source file.