Home | History | Annotate | Download | only in audio

Lines Matching refs:rate_src

219 def convert_raw_file(path_src, channels_src, bits_src, rate_src,
226 @param rate_src: The sampling rate of the source file.
232 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
238 def convert_format(path_src, channels_src, bits_src, rate_src,
246 @param rate_src: The sampling rate of the source file.
264 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
277 def lowpass_filter(path_src, channels_src, bits_src, rate_src,
284 @param rate_src: The sampling rate of the source file.
292 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
294 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)