I was trying to see if I could get Mp3 files to be transcoded and
streamed as Flac. While I was at it, I also set up transcoding and
streaming in WAV.
So in my custom-convert.conf file I have:
Code:
--------------------
mp3 flc * *
[lame] --mp3input --decode -t --silent $FILE$ - | [flac] -0 --stdout
--endian little --channels 2 --bps 16 --sample-rate 44100 --totally-silent -
mp3 wav * *
[lame] --mp3input --decode -t --silent $FILE$ -
--------------------
The streaming as WAV works perfectly. The trancoding to Flac does not.
I'm pretty sure the LAME decoding must be right. I've tried specifying
both big and little endian with the same results - I just get silence,
with no audio being streamed.
Could this be an issue with 7.3 and new streaming, or am I just not
doing something right?
--
JJZolx
Jim
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=53973
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta