2011/1/30 <zharik@xxxxxx>: > - fInputRates = B_SR_48000; > - fInputFormats = B_FMT_16BIT; > - fOutputFormats = B_FMT_16BIT; > + if(fOutputRates == 0) { > + ERROR("Output rates are not guessed. Force to 48 kHz.\n"); > + fOutputRates = B_SR_48000; > + } A space is missing after the if. Bye, Jérôme