fphredd;549295 Wrote: 
> Just wondering if you happened to do any thinking as to whether the
> solution to the Lynx driver sleep issue had any bearing on the
> Squeezeslave sleep issue.  With the Lynx, it had to do with too large a
> buffer size.
> 

I have.  I think the issue is related to the way the portaudio library
interacts with the various audio subsystems and squeezeslaves use of
the pa api.  ie. Direct sound is fine but wasapi, asio and core audio
don't recover cleanly.

I don't think the sleep issue is related to the buffer size, but it's
an easy change to reduce the buffer size in the code as a test. 
Currently the output buffer size is 3.5MB, enough for 10 seconds of
audio data.  It would be a trial and error type test requiring a new
build for each one, unless I change the code allow specifying the
buffer sizes on the command line.

Now that I think about it, that change could be useful for tracking
down a couple other issues as well.


-- 
ralphy
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=63966

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to