Just use a custom-config.conf to change tonality.  This works for FLAC,
MP3, and Ogg:


Code:
--------------------
    # Apply equalization to player identified by MAC address
  
  flc flc * MA:C_:AD:DR:ES:S_
        # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
        [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav 
$RESAMPLE$ - bass +3 treble -3 | [flac] -cs --totally-silent 
--compression-level-0 -
  
  mp3 mp3 * MA:C_:AD:DR:ES:S_
        # FB:{BITRATE=--abr %B}D:{RESAMPLE=--resample %D}
        [lame] --mp3input --decode --silent $FILE$ - | [sox] -q -t wav - -t wav 
- bass +3 treble -3 | [lame] --silent -q $QUALITY$ $RESAMPLE$ $BITRATE$ - -
  
  ogg ogg * MA:C_:AD:DR:ES:S_
        # F
        [oggdec] -qo $FILE$ - | [sox] -q -t wav - -t ogg - bass +3 treble -3
  
--------------------


Get LAME.exe and Oggdec.exe at: http://www.rarewares.org; they go in
same folder on server as SoX.

You can get more specific using the SoX "equalizer" switch.  For more
information, see: http://sox.sourceforge.net/sox.html

Put a shortcut to custom-config.conf on your desktop and you can easily
make edits to change the equalization settings.  Just remember to
restart the server whenever you do so; I also keep a shortcut for this
on my desktop.


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