Home | History | Annotate | Download | only in audio

Lines Matching refs:SOX_PATH

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))