From: Andrea S. <si...@op...> - 2008-11-12 10:32:58
|
Hi all, I'm currently trying to get iaxclient-trunk working (with no luck) with a portaudio version compiled using the following configure switch: --with-jack=no --with-oss=no my aim is to avoid oss emulation at kernel side and to test the sound quality of portaudio using pure alsa instead of oss. when starting the application I get on stout/err those error messages(*): Expression 'SetApproximateSampleRate( pcm, hwParams, sr )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 1291 Expression 'PaAlsaStreamComponent_InitialConfigure( &self->capture, inParams, self->primeBuffers, hwParamsCapture, &realSr )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 1862 Expression 'PaAlsaStream_Configure( stream, inputParameters, outputParameters, sampleRate, framesPerBuffer, &inputLatency, &outputLatency, &hostBufferSizeMode )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 1986 PortAudio error at Unable to open streams: Invalid error code (value greater than zero) that happens both with: pa_stable_v19_20071207.tar.gz pa_snapshot.tgz created Wednesday, 12-Nov-2008 00:37:03 EST and I get nor output or input audio stream. Am I missing something obvious here? (*) error message obtained when using portautio snapshot Andrea |