bpa wrote:
> What OS ?
> What model Pi ?
> What version of LMS ?
> Is ALSA native or is Pulse audio installed ?
> What transcoding have you setup for waveinput ?
> The custom-convert.conf files being used for arecord and ecasound
>
Raspbian (Debian - EN - utf8)
Pi 2 B
LMS 7.9.0 Build 1434024570
ALSA native. I have a USB soundcard which is configured as "default".
Transcoding: I assume you mean the filetype setting in LMS? Only one is
offered - arecord (/flac or /lame as appropriate) if the normal .conf is
used - or ecasound (/flac or /lame as appropriate) if the ecasound .conf
is used. The only alternative is disabled. BTW: for arecord, FLAC, MP3
and PCM are offered; for ecasound the filetypes are FLAC, MP3 and WAV
(presumably relates to the .conf files below).
custom-convert.conf files are those supplied with the plugin -
reproduced below:
arecord:
#
# wavin
#
wavin pcm * *
# R
[arecord] -d0 -c2 -f S16_LE -r 44100 -traw -D $FILE$
wavin mp3 * *
# RB:{BITRATE=-B %B}
[arecord] -d0 -c2 -f S16_LE -r 44100 -twav -D $FILE$ | [lame] --silent
-q $QUALITY$ -v $BITRATE$ - -
wavin flc * *
# R
[arecord] -d0 -c2 -f S16_LE -r 44100 -twav -D $FILE$ | [flac] -cs
--totally-silent --compression-level-0 -
ecasound:
#
# wavin
#
wavin wav * *
# R
[ecasound] -q -z:db -b:4096 -f:16,2,44100 -i:alsa,$FILE$ -o stdout
wavin mp3 * *
# RB:{BITRATE=-B %B}
[ecasound] -q -z:db -b:4096 -f:16,2,44100 -i:alsa,$FILE$ -o stdout |
[lame] --silent -r -x -q $QUALITY$ -b $BITRATE$ - -
wavin flc * *
# R
[ecasound] -q -z:db -b:4096 -f:16,2,44100 -i:alsa,$FILE$ -o stdout |
[flac] -cs --totally-silent --endian=little --channels=2 --sign=signed
--bps=16 --sample-rate=44100 --compression-level-0 -
------------------------------------------------------------------------
MDE's Profile: http://forums.slimdevices.com/member.php?userid=49291
View this thread: http://forums.slimdevices.com/showthread.php?t=49584
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins