Home | History | Annotate | Download | only in audio

Lines Matching refs:help

34   parser.add_option('--input', default='input.pcm', help='input PCM file')
35 parser.add_option('--output', default='output.pcm', help='output PCM file')
36 parser.add_option('--codec', default='ISAC', help='codec name')
37 parser.add_option('--rate', default='16000', help='sample rate in Hz')
38 parser.add_option('--channels', default='1', help='number of channels')
40 help='name of PulseAudio sink to which to play audio')
42 help='name of PulseAudio sink whose monitor will be recorded')
46 help='path to audio harness executable')
48 help='command-line arguments for comparison tool')
50 help='regular expression to extract the comparison metric')