I seem to have got it working now by adding the sections in the
custom-convert.conf file for flac and mp3, but I am unsure why, as I
cannot find any documentation anywhere on its format.
I simply added this after the pcm section
Code:
--------------------
wavin mp3 * *
# IFRB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D}
[ecasound] -q -z:db -b:4096 -f:16,2,44100 -i:alsahw,0,1 -o:stdout | [lame]
--silent -r -x -q $QUALITY$ $RESAMPLE$ -v $BITRATE$ - -
$BITRATE$ - -
wavin flc * *
# IFRD:{RESAMPLE=-r %d}
[ecasound] -q -z:db -b:4096 -f:16,2,44100 -i alsahw,0,1 -o stdout | [flac]
-cs --totally-silent --endian=little --channels=2 --sign=signed --bps=16
--sample-rate=44100 --compression-level-0 -
--------------------
After restarting LMS pressing Play worked fine. The error message was
clearly not expressing enough about WaveInputs prerequisites concerning
configuration :-/ Now what *I am wondering is where this format is
documented? * I am especially wondering if the commented text actually
is parsed, and if not, why does every example seem to come with some of
the same comments? Such as the following:
Code:
--------------------
# IFRD:{RESAMPLE=-r %d}
# IFRB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D}
--------------------
------------------------------------------------------------------------
8086's Profile: http://forums.slimdevices.com/member.php?userid=44606
View this thread: http://forums.slimdevices.com/showthread.php?t=49584
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins