Home | History | Annotate | Download | only in sound

Lines Matching full:stderr

65         fprintf(stderr,"too big\n");
69 fprintf(stderr,"prefill\n");
77 fprintf(stderr,"start\n");
83 fprintf(stderr,"%10d\n", stats.out_bytes);
140 fprintf(stderr,"could not allocate %d bytes\n", count);
144 fprintf(stderr,"could not read %d bytes\n", count);
158 fprintf(stderr, "playwav: cannot open '%s'\n", fn);
162 fprintf(stderr, "playwav: cannot read header\n");
165 fprintf(stderr,"playwav: %d ch, %d hz, %d bit, %s\n",
172 fprintf(stderr, "playwav: '%s' is not a riff/wave file\n", fn);
177 fprintf(stderr, "playwav: '%s' is not pcm format\n", fn);
181 fprintf(stderr, "playwav: '%s' is not 16bit per sample\n", fn);
248 fprintf(stderr,"buffer size %d x %d\n", sz, cfg.buffer_count);
250 fprintf(stderr,"buffer size %d too large\n", sz);
260 fprintf(stderr,"\n*** RECORDING * HIT ENTER TO STOP ***\n");
314 fprintf(stderr,"MP3 PLAY\n");
351 fprintf(stderr,"playwav: -rate requires a parameter\n");