castalla wrote: 
> You mean this?
> 
> > 
Code:
--------------------
  >   > 
  > 
  > aac flc * *
  >     # IF
  >     [faad] -q -w -f 1 $FILE$ | [flac] -cs --totally-silent 
--compression-level-0 --ignore-chunk-sizes -
  > 
  > 
  > 
--------------------
> > 
> 
> Lost again .... sorry.

Yes -  - this is what I think you  should try ( -C 0 means use least
compression )

Code:
--------------------
    
  
  aac flc * 00:04:xx:xx:xx:xx
        # IF
        [faad] -q -w -f 1 $FILE$ | [sox] -D -q --ignore-length -t wav - -t flac 
-C 0 - treble -3 bass +10
  
  
--------------------


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

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to