Checked the source code (rate.c) of latest sox from git.

Code:
--------------------
    
  static char const * lines[] = {
  "[-q|-l|-m|-h|-v] [override-options] RATE[k]",
  "                    BAND-",
  "     QUALITY        WIDTH  REJ dB   TYPICAL USE",
  " -q  quick          n/a  ~30 @ Fs/4 playback on ancient hardware",
  " -l  low            80%     100     playback on old hardware",
  " -m  medium         95%     100     audio playback",
  " -h  high (default) 95%     125     16-bit mastering (use with dither)",
  " -v  very high      95%     175     24-bit mastering",
  "              OVERRIDE OPTIONS (only with -m, -h, -v)",
  " -M/-I/-L     Phase response = minimum/intermediate/linear(default)",
  " -s           Steep filter (band-width = 99%)",
  " -a           Allow aliasing above the pass-band",
  " -b 74-99.7   Any band-width %",
  " -p 0-100     Any phase response (0 = minimum, 25 = intermediate,",
  "              50 = linear, 100 = maximum)",
  };
  
--------------------

Nothing about an ultra quality mode?


------------------------------------------------------------------------
tingtong5's Profile: http://forums.slimdevices.com/member.php?userid=9671
View this thread: http://forums.slimdevices.com/showthread.php?t=106375

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

Reply via email to