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

  /external/autotest/client/cros/audio/
sox_utils.py 10 SOX_PATH = 'sox'
56 args = [SOX_PATH, '-n']
88 args = [SOX_PATH]
110 args = [SOX_PATH]
134 args = [SOX_PATH]
152 args = [SOX_PATH]
231 sox_cmd = [SOX_PATH]
261 sox_cmd = [SOX_PATH]
291 sox_cmd = [SOX_PATH]
audio_helper.py 55 SOX_PATH = 'sox'
250 cmdargs = [SOX_PATH, '-b', str(sample_size), '-n', '-t', 'alsa',
297 return '%s -c 2 %s %s -c 1 %s - mixer %s' % (SOX_PATH,
314 stat_cmd = '%s -c 1 %s - -n stat 2>&1' % (SOX_PATH, sox_format)
379 prof_cmd = '%s -c 2 %s %s -n noiseprof' % (SOX_PATH,
382 (SOX_PATH, sox_format, in_file, sox_format, out_file))
    [all...]

Completed in 106 milliseconds