On Thu, Dec 17, 2009 at 04:50:45AM +0000, Jacob Meuser wrote:
> 
> also, port-lib-depends-check says pthread-stubs and xcb shouldn't be
> WANTLIB.
> 

works with my setup

ok


> ++    sio_initpar(&par);
> ++    par.rate = sample_rate;
> ++    par.bits = sample_size;
> ++    par.sig = par.bits == 8 ? 0 : 1;
> ++    par.pchan = sample_channels ? 2 : 1;
> ++    par.appbufsz = 1024;
> ++

I'd use ``par.appbufsz = par.rate / 50'', this way
the requested latency wouldn't depenend on the rate.

-- Alexandre

Reply via email to