Final test to exclude the flac application from the equation.


Code:
--------------------
    flac -dcs --force-raw-format --endian=little --sign=signed srv.flac > 
srvPIPE.pcm
  ffmpeg -f s16le -ar 44.1k -ac 2 -i srvPIPE.pcm srvPIPE.wav
--------------------


Here we use the same command string as LMS to convert the FLAC file to
'stdout' where it is now redirected to a file. This file now containing
the raw PCM stream are then "convertet" back to WAV. DeltaWare result
show a 100% match with the original FLAC.

I wonder if the issue at hand can be simple buffer adjustment or other
simple tweak?
Anyone familiar with the LMS code stack that can point me to the files
where 'stdout' are picket up and sendt to the output? In hope its not C
code in need of recompiling :)


------------------------------------------------------------------------
zzzap's Profile: http://forums.slimdevices.com/member.php?userid=31947
View this thread: http://forums.slimdevices.com/showthread.php?t=117152

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

Reply via email to