I don't think so.

Device 0 should be "almost" direct access to the pcm device whereas the
others have additional processing overhead.  That's probably why you're
seeing the higher cpu usage.

Change line 312 of src/slimaudio/slimaudio_output.c back to it's
original value of zero. Try changing line 291 as follows.

Code:
--------------------
    
  -       outputParameters.suggestedLatency = 
paDeviceInfo->defaultHighOutputLatency;
  +       outputParameters.suggestedLatency = 0.08;
  
--------------------


If you still have drop outs increase this value from 0.08 to 0.085,
0.09, 0.095 and 1.0


-- 
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
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to