@@ -51,7 +50,7 @@ parser.add_argument('--seed', type=int, help='seed for random item selection', d
parser.add_argument('--fs',type=int,help="sampling rate at which input is presented as wave file (defaults to 16000)",default=16000)
parser.add_argument('--num-workers',type=int,help="number of subprocesses to be used (default=4)",default=4)
parser.add_argument('--plc-suffix',type=str,default="_is_lost.txt",help="suffix of plc error pattern file: only relevant if command chain uses PLCFILE (default=_is_lost.txt)")
parser.add_argument('--metrics',type=str,default='warpq',help='comma separated string of metrics, supported: {{"warpq", "pesq"}}, default="warpq"')
parser.add_argument('--metrics',type=str,default='pesq',help='comma separated string of metrics, supported: {{"pesq", "pitch_error", "voicing_error"}}, default="pesq"')
parser.add_argument('--verbose',action='store_true',help='enables printouts of all commands run in the pipeline')