Lines Matching refs:nsamp
73 int i, nsamp = nbytes / ctx->fs;
74 float tmp[nsamp][2];
78 for (i = 0; i < nsamp; i++)
94 int nsamp;
100 nsamp = l / ctx->fs;
112 if (pa_rms(in, nsamp) < 0.40f) {
117 pa_log_error("Capture signal too weak at 100%% volume (%g). Giving up.", pa_rms(in, nsamp));
129 pa_log_debug(stderr, "Capture volume = %g (%g)", v, pa_rms(in, nsamp));
140 if (pa_rms(in, nsamp) > 0.1f) {
141 pa_log_warn("Too much noise on capture (%g). Giving up.", pa_rms(in, nsamp));