Marvin Adeff wrote: 
> 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?

Your command uses flac becouse is ready to "cut"  flac files using cue
sheets (note the  $START$ $END$ parameters). If you don't use cue files,
just disable the SEARCH option for FLAC  in the function/format table,
the resulting command wil use only sox as per your example.

Hope is what you are looking for.



________________________________________________________________________
Author of C-3PO plugin,  Squeezelite-R2, Falcon Web interface - See
www.marcoc1712.it
------------------------------------------------------------------------
marcoc1712's Profile: http://forums.slimdevices.com/member.php?userid=34842
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