HomeSort by relevance Sort by last modified time
    Searched refs:rate_src (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/audio/
sox_utils.py 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)
    [all...]
audio_test_data.py 84 rate_src=self.data_format['rate'],
  /external/autotest/client/cros/chameleon/
audio_widget.py 116 rate_src=self._sampling_rate,

Completed in 350 milliseconds