Just downmix with Sox, pass '-c2'

Code:
--------------------
    
  # FLAC output starts here 
  
  flc flc * *
        # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
        [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -v0.995 --buffer 32768 -q 
-t wav - -t flac -C0 -b24 -c2 -r96000 - polyphase -cutoff 1.0
  
  flc flc transcode *
        # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
        [flac] -dcs $START$ $END$ -- $FILE$ | [msox] -v0.995 --buffer 32768 -q 
-t wav - -t flac -C0 -b24 -c2 -r96000 - polyphase -cutoff 1.0
  
--------------------


I am curious why Logitech do not do that by default, there are quite a
few 5.1 flacs


-- 
michael123
------------------------------------------------------------------------
michael123's Profile: http://forums.slimdevices.com/member.php?userid=23745
View this thread: http://forums.slimdevices.com/showthread.php?t=77395

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

Reply via email to