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 11 SOX_PATH = 'sox'
57 args = [SOX_PATH, '-n']
89 args = [SOX_PATH]
111 args = [SOX_PATH]
135 args = [SOX_PATH]
153 args = [SOX_PATH]
232 sox_cmd = [SOX_PATH]
262 sox_cmd = [SOX_PATH]
292 sox_cmd = [SOX_PATH]
audio_helper.py 55 SOX_PATH = 'sox'
254 cmdargs = [SOX_PATH, '-b', str(sample_size), '-n', '-t', 'alsa',
301 return '%s -c 2 %s %s -c 1 %s - mixer %s' % (SOX_PATH,
318 stat_cmd = '%s -c 1 %s - -n stat 2>&1' % (SOX_PATH, sox_format)
383 prof_cmd = '%s -c 2 %s %s -n noiseprof' % (SOX_PATH,
386 (SOX_PATH, sox_format, in_file, sox_format, out_file))
    [all...]

Completed in 85 milliseconds