guidof wrote: 
> But here is the return from the squeezeplay restart command (this with
> EDO 0.6, buffer at 999999999, period count at 16):
> > 
Code:
--------------------
  >   > 
  > >   buffer_size  : 4096
  > >   period_size  : 256     <--- lower than default
  > >   period_time  : 5804   <--- lower than default
  > 
--------------------
> > 
> 

This is interesting.  I thought you were using a period count of 4.  In
this case the period count is so large it hits another limit (total
buffer size) in the driver.  This means that the period size/period time
are constrained and in this case are far lower than even the default
values.  So with these settings you are getting a period_time of 5.8ms
which is less than the default 10ms. However I also maintain you will
see this with both EDO 0.6 and 0.7.

For this setting you will get exactly the same active values with buffer
time of 100000 and a period count of 16.  The limiting factor is the max
buffer size which is 32k bytes or 4096k frames.  So by setting the
period count to 16 you are forcing the max period size to be 256 frames
which is 5804us at 44.1k sample rate.  In this case you will get the
same values for any size of buffer time of 92864 (16*5804) and above.


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=94855

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

Reply via email to