Below is what I think the custom-convert.conf file should look like. It
may not solve your problem but it gets rid of a lot of incorrect and
misleading format directives.
Code:
--------------------
#
# wavin
#
wavin pcm * *
# R
[ecasound] -q -z:db -b:4096 -f:16,2,44100 -i
/var/lib/squeezeboxserver/airplay-fifo.raw -o stdout
wavin mp3 * *
# RB:{BITRATE=-B %B}
[ecasound] -q -z:db -b:4096 -f:16,2,44100 -i
/var/lib/squeezeboxserver/airplay-fifo.raw -o stdout | [lame] --silent -r -q
$QUALITY$ -v $BITRATE$ - -
wavin flc * *
# R
[ecasound] -q -z:db -b:4096 -f:16,2,44100 -i
/var/lib/squeezeboxserver/airplay-fifo.raw -o stdout | [flac] -cs
--totally-silent --endian=little --channels=2 --sign=signed --bps=16
--sample-rate=44100 --compression-level-0 -
--------------------
I tested Ralphy's suggestion using alsa loopback and it worked fine
except that I have more than one ALSA device so the "hw:0,1" etc had to
be changed to "hw:2,1" - this number will vary according to each user's
system - it should be possible to use "hw:Loopback,1" notation but I
haven't tested it.
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=49584
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins