alsa error

Cesc cesc.santa at gmail.com
Fri Jun 2 13:35:10 CEST 2006


Did you compile with debug enabled?

If so, you should see somewhere something like:

printf( "Alsa Calc Values: sampling = %d, period size [%d,%d],\n"
                "                  num periods = [%d, %d], buffer size
= [%d, %d]\n",

(int)this->samplingRate/1000,
                                                        (int)periodSizeMin,
                                                        (int)periodSizeMax,
                                                        (int)periodsMin,
                                                        (int)periodsMax,
                                                        (int)bufferMin,
                                                        (int)bufferMax );
printf( "Alsa Calc: buffer we want is = %d [alsaframes]\n", (int)buffer );

Can you send it? Any other alsa related debug message may help ...
I implemented this functions to calculate the "best" valid alsa
buffering params ... i never had a problem, but every soundcard is
different ...

Cesc

On 6/2/06, Juha Heinanen <jh at tutpro.com> wrote:
> i now managed to build minisip on debian testing host.  when i try to
> make a call, minisip dies with message
>
>  Record: Could Not calculate Alsa Params
> system /usr/src/minisip/trunk.work/install/x86-pc-linux-gnu/usr/bin/minisip_gtkgui failed: 65280 at ./build.pl line 427.
>
> i am able to record and play with alsa, so it should be ok.
>
> also, it would be nice if milbc would be included by default when
> minisip is build using
>
> ./build.pl run minisip
>
> -- juha
> _______________________________________________
> Minisip-users mailing list
> Minisip-users at minisip.org
> http://lists.minisip.org/mailman/listinfo/minisip-users
>


More information about the Minisip-users mailing list