castalla wrote: 
> The other pont is that the file types should be aac aac
You could try this:


Code:
--------------------
    
  aac aac * MA:C_:AD:DR:ES:S_
        # F
        [faad] -q -w -f 1 $FILE$ | [sox] -q -t wav - -t wav - bass +3 treble -3 
| [faac] -o - -
  
--------------------


Here's another option:
1. Tell LMS to stream all AAC files as FLAC: "Settings" > "Advanced" >
"File Types" > Under AAC disable AAC (Native)
2. Use this code in custom-config.conf:


Code:
--------------------
    
  aac flc * MA:C_:AD:DR:ES:S_
  # IF
        [faad] -q -w -f 1 $FILE$ | [sox] -q -t wav - -t flac - bass +3 treble -3
  
--------------------


When you restart the server you should see a second AAC - FLAC decoder
in "File Types" using (faad/sox) which is only for streams sent to the
target player.  Of course, this would only work for streams coming
through LMS; not for anything direct from mysqueezebox.com.


------------------------------------------------------------------------
Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
View this thread: http://forums.slimdevices.com/showthread.php?t=87506

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

Reply via email to