Hi Marco.  Many thanks for all your work on C-3PO.  It made it easy for
me to play with upsampling and converting flac to pcm to my kali/piano
from my windows LMS.  I really like the results!  However, i also enjoy
tinkering...

Here is my question -- I noticed that the result command uses flac to
decode then pipes to sox to upsample:
[flac] -Fdcs --totally-silent $START$ $END$ -- $FILE$ | [sox] -q -t wav
- -t wav -b 24 --buffer 32768 --multi-threaded - gain -h rate -v -M -b
90.7 384000)

I would like to try using sox only to see if the simpler path is somehow
better, (following SoundCheck and Davide's example from
https://soundcheck-audio.blogspot.de/2017/04/raspberry-pi-i2s-hats-384k.html)
something like:
sox.exe -q -t flac $FILE$ -t wav -b 24 --buffer 32768 --multi-threaded -
gain -h rate -v -I -b 90.7 384000

Since you are already very familiar with the LMS transcoding structure
and you C-3PO integration, where (which file) would you recommend as the
easiest place to implement?



Marvin
------------------------------------------------------------------------
Marvin Adeff's Profile: http://forums.slimdevices.com/member.php?userid=22204
View this thread: http://forums.slimdevices.com/showthread.php?t=105309

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to