marcoc1712 wrote: 
> Those are the lines I've modifed:
> 
> flc pcm * *
>       # FT:{START=--skip=%t}U:{END=--until=%v}
>       [flac] -dcs --force-raw-format --endian=little --sign=signed $START$
> $END$ -- $FILE$ | -D -t raw -r 44100 -b 16 -c 2 -s -L - -t aif -r 192000
> -b 24 -c 2 -s - rate -v -b 98
> 
> 
> flc aif * *
>       # FT:{START=--skip=%t}U:{END=--until=%v}
>       [flac] -dcs --force-raw-format --endian=little --sign=signed $START$
> $END$ -- $FILE$ | -D -t raw -r 44100 -b 16 -c 2 -s -L - -t aif -r 192000
> -b 24 -c 2 -s - rate -v -b 98
> 
> In both case, I get no sound.
> 
> This equivalent command issued by terminal produces a file that I can
> play with noproblems:
> 
> ./bin/darwin/flac -dcs --force-raw-format --endian=little --sign=signed
> flac_44_16.flac | ./bin/darwin/sox -D -t raw -r 44100 -b 16 -c 2 -s -L -
> -t aif -r 192000 -b 24 -c 2 -s pcm_44_24_pipe.wav rate -v -b 98
> 
> same replacing aif with wav.
> 
> I'll send you the log lines both of LMS and squeezelite.

I quote Myself becouse tonight I've realizaet I miss the [sox] in the
convert.conf command lines:

flc pcm * *
        # FT:{START=--skip=%t}U:{END=--until=%v}
        [flac] -dcs --force-raw-format --endian=little --sign=signed $START$
$END$ -- $FILE$ | [sox] -D -t raw -r 44100 -b 16 -c 2 -s -L - -t wav -r
192000 -b 24 - rate -v -b 98


flc aif * *
        # FT:{START=--skip=%t}U:{END=--until=%v}
        [flac] -dcs --force-raw-format --endian=little --sign=signed $START$
$END$ -- $FILE$ | [sox] -D -t raw -r 44100 -b 16 -c 2 -s -L - -t aif -r
192000 -b 24  - rate -v -b 98

corrected, but they still don't work.



____________________________________________________________
SB+, Klimo Merlino + Kent Gold, Monitor Audio Studio 20 Gold SE+, Klimo
reference and DIS Interconnect.
------------------------------------------------------------------------
marcoc1712's Profile: http://forums.slimdevices.com/member.php?userid=34842
View this thread: http://forums.slimdevices.com/showthread.php?t=103434

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to