Home | History | Annotate | Download | only in audio

Lines Matching refs:rate_src

189 def convert_raw_file(path_src, channels_src, bits_src, rate_src,
196 @param rate_src: The sampling rate of the source file.
202 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
208 def convert_format(path_src, channels_src, bits_src, rate_src,
216 @param rate_src: The sampling rate of the source file.
227 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
235 def lowpass_filter(path_src, channels_src, bits_src, rate_src,
242 @param rate_src: The sampling rate of the source file.
250 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)
252 sox_cmd += _raw_format_args(channels_src, bits_src, rate_src)