OUCH!!

LOL

Much thanks apesbrain -- I would not have gotten (did not get) to that
level of complexity in the CLI. I see and understand what you've done
(decode to WAV, pipe to sox to downmix to mono, pipe to lame to re-encode).

Very much appreciate your help.

Guy
Guy Stalnaker
jimmyg...@gmail.com


On Sat, Dec 28, 2019 at 3:08 PM Apesbrain <
apesbrain.9bs...@no-mx.forums.slimdevices.com> wrote:

>
> Contents of custom-config.conf going to be something like this:
>
> Code:
> --------------------
>
>   flc flc * *
>         # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
>         [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav
> $RESAMPLE$ - channels 1 | [flac] -cs --totally-silent --compression-level-0
> -
>
>   mp3 mp3 * *
>         # FB:{BITRATE=--abr %B}D:{RESAMPLE=--resample %D}
>         [lame] --mp3input --decode --silent $FILE$ - | [sox] -q -t wav -
> -t wav - channels 1 | [lame] --silent -q $QUALITY$ $RESAMPLE$ $BITRATE$ - -
>
> --------------------
>
> Sorry if not quite right, but it's been a while since I had need to
> fiddle around with this.  Yes, I know I am transcoding MP3 but it's
> unavoidable.
>
>
> ------------------------------------------------------------------------
> Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
> View this thread: http://forums.slimdevices.com/showthread.php?t=111395
>
> _______________________________________________
> Squeezecenter mailing list
> Squeezecenter@lists.slimdevices.com
> http://lists.slimdevices.com/mailman/listinfo/squeezecenter
>
_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to