soundcheck

I tried your upsampling options, and I find the bass "not synchronized"
with the rest, kind of delayed.

Did you try other options?

What I use now is


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.95 --buffer 32768 -q -t 
wav - -t flac -C0 -3 -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$ | [sox] -v0.95 --buffer 32768 -q -t 
wav - -t flac -C0 -3 -c2 -r96000 - polyphase -cutoff 1.0
  
--------------------


but polyphase is from older SoX releases, today it is just replaced by
'rate' effect


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

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

Reply via email to