awy;360673 Wrote:
> That does not seem to tie with the documentation I have; maybe
> D:{RESAMPLE=--rate=%d}?
>
I think both variants are possible (I've sox version 4.1 here), but
it's important that --rate is not passed as format option (fopts) of
the source file (as in your first post, this would result in playback
in half speed).
if "RESAMPLE=--rate=%d" or "RESAMPLE=-r %d" then this should work:
[sox] -t wav - -t flac $RESAMPLE$ -
if "RESAMPLE=rate %d" then the effects option of sox is been used, and
this has to be passed as last parameter:
[sox] -t wav - -t flac - $RESAMPLE$
Though i don't know (yet) how those two resample options (the "builtin"
with --rate" or the effects version) differ...
kind regards,
Markus
--
schiegl
------------------------------------------------------------------------
schiegl's Profile: http://forums.slimdevices.com/member.php?userid=6654
View this thread: http://forums.slimdevices.com/showthread.php?t=54862
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta