Lines Matching refs:stderr
69 fprintf(stderr,"too big\n"); in pcm_play()
73 fprintf(stderr,"prefill\n"); in pcm_play()
81 fprintf(stderr,"start\n"); in pcm_play()
87 fprintf(stderr,"%10d\n", stats.out_bytes); in pcm_play()
143 fprintf(stderr,"could not allocate %d bytes\n", count); in play_file()
147 fprintf(stderr,"could not read %d bytes\n", count); in play_file()
160 fprintf(stderr, "playwav: cannot open '%s'\n", fn); in wav_play()
164 fprintf(stderr, "playwav: cannot read header\n"); in wav_play()
167 fprintf(stderr,"playwav: %d ch, %d hz, %d bit, %s\n", in wav_play()
174 fprintf(stderr, "playwav: '%s' is not a riff/wave file\n", fn); in wav_play()
179 fprintf(stderr, "playwav: '%s' is not pcm format\n", fn); in wav_play()
183 fprintf(stderr, "playwav: '%s' is not 16bit per sample\n", fn); in wav_play()
250 fprintf(stderr,"buffer size %d x %d\n", sz, cfg.buffer_count); in wav_rec()
252 fprintf(stderr,"buffer size %d too large\n", sz); in wav_rec()
262 fprintf(stderr,"\n*** RECORDING * HIT ENTER TO STOP ***\n"); in wav_rec()
316 fprintf(stderr,"MP3 PLAY\n"); in mp3_play()
353 fprintf(stderr,"playwav: -rate requires a parameter\n"); in main()