fairfax;571859 Wrote: 
> Would resampling all touch output to 24/48 cause a problem with the
> sound of 16/44.1 playback?

I personally wouldn't go that way with sox upsampling your 16/44.1
files (which is probably the bulk of your collection) to 24/48. SQ will
be affected negatively based on my experience. 

I add a rule to convert.conf like the following....


Code:
--------------------
    
  flc flc * 00:04:20:10:03:1f
  # FT:{START=--skip=%t}U:{END=--until=%v}
  [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t flac -C 0 -b 16 -r 
44.1k -
  
--------------------
 

.... when I've got my 16 bit DAC hooked up to my transporter. Sox is
clever enough to add dither when the word size is reduced. eg. a 24bit
input file.


-- 
JackOfAll
------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=81252

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

Reply via email to