It has been reported elsewhere that editting
/etc/squeezeplay/userpath/settings/SqueezeboxFab4.lua to alter buffer
tuning and output device parameters has an impact on sound quality.  I
do not believe this to be true.  The EDO applet is designed to run
before SqueezeboxFab4 applet and hence claims the output device.  This
means that any audio related initalisation performed by SqueezeboxFab4
is ignored.

The relavent code is from squeezeplay/src/decode/decode.c - this returns
ignoring the settings if Decode: open() is called a second time. 

Code:
--------------------
    
  static int decode_audio_open(lua_State *L) {
        struct decode_audio_func *f = NULL;
  
        if (decode_audio || decode_thread) {
                /* already initialized */
                lua_pushboolean(L, 1);
                return 1;
        }
  
--------------------


------------------------------------------------------------------------
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