I don't think you'll get below 0.5sec as there are will be network
tdelays as well as various delays going between audio subsytems and
pipes.

By default the plugin will use the Radio Station Timeout setting to
determine how much data is bufferred before playing starts.  You can
override this by adding your own routine to return a value by adding the
Perl routine 

Code:
--------------------
    
  sub bufferThreshold { 100 }
  
--------------------

to WAVIN.pm

Start with 100 but too small and stream will stutter - IIRC 255 is the
max value.


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=49584

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

Reply via email to