Lines Matching refs:MGET
89 Err(MGET("can't convert from %s to %s\n"), enc1, enc2); in verify_conversion()
177 Err(MGET("out of memory\n")); in append_conv_list()
234 msg = MGET("Split multi-channel data"); in add_mux_convert()
240 msg = MGET("Interleave multi-channel data"); in add_mux_convert()
282 sprintf(msg, MGET("Convert %s to %s"), infmt, outfmt); in add_pcm_convert()
329 sprintf(msg, MGET("Convert %s to %s"), inchans, outchans); in add_channel_convert()
389 sprintf(msg, MGET("Convert %s to %s"), infmt, outfmt); in add_compress()
449 sprintf(msg, MGET("Convert %s to %s"), infmt, outfmt); in add_decompress()
505 sprintf(msg, MGET("Convert %s to %s"), inrate, outrate); in add_rate_convert()
695 Err(MGET("Cannot convert %s to %s\n"), ifp->GetName(), msg1); in do_convert()
703 Err(MGET("Warning: converting %s to %s\n"), in do_convert()
709 Err(MGET("Warning: converting %s to %s\n"), in do_convert()
717 Err(MGET("Converting %s:\n\t\tfrom: %s\n\t\tto: %s\n"), in do_convert()
724 (void) fprintf(stderr, MGET("\t%s %s\n"), lp->desc, in do_convert()
725 (lp->bufcnt == 1) ? "" : MGET("(multi-channel)")); in do_convert()
737 if (!(obuf = new AudioBuffer(cvtlen, MGET("Audio Convert Buffer")))) { in do_convert()
738 Err(MGET("Can't create conversion buffer\n")); in do_convert()
746 Err(MGET("Can't set buffer header: %s\n"), err.msg()); in do_convert()
776 Err(MGET( in do_convert()
778 lp->desc ? lp->desc : MGET("???"), in do_convert()
786 Err(MGET("Error writing to output file %s (%s)\n"), in do_convert()
817 Err(MGET( in do_convert()
820 lp->desc ? lp->desc : MGET("???"), in do_convert()
831 Err(MGET("Warning: Final write to %s failed (%s)\n"), in do_convert()