devgcl wrote: > Thanks Marco. > I tried the following in the convert.conf file (copying from from wav > settings) but it is not working > mp3 mp3 * * > # D RESAMPLE=-r %d, F noArgs, R noArgs > [sox] -q -t wav $FILE$ -t wav -b 16 --buffer 8192 - loudness -15 > 65 rate -v -I -b 99.6 44100 > [Note loudness is high -ve value just for my testing] > > Tried replacing wav by mp3 in the command - it goes to mp3 mp3 transcode > * command > I added the [sox] command in that transcode section, again it won't > work. > > Not sure if I am missing something. Any other clue? > Thanks
you miss the part that converts mp3 to pcm, something like this: mp3 wav * * # FR [lame] --mp3input --decode -t --silent $FILE$ - | [sox] -q -t wav $FILE$ -t wav -b 16 --buffer 8192 - loudness -15 65 rate -v -I -b 99.6 44100 Not sure is correct, but it should work. ________________________________________________________________________ Author of C-3PO plugin, Squeezelite-R2, Falcon Web interface - See www.marcoc1712.it ------------------------------------------------------------------------ marcoc1712's Profile: http://forums.slimdevices.com/member.php?userid=34842 View this thread: http://forums.slimdevices.com/showthread.php?t=105309 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
