sbp wrote: 
> Is it not correct? 
> -R and -u are they not doing the same?
> 

If you want to specify max sample rate, use '-r'. For resample options,
either '-R' or '-u'. 

eg. "-r 192000 -u X" or "-r 192000 -R X", to resample everything
asynchronously to 192k, regardless of the native sample rates.

-R RATE

Code:
--------------------
    
  -r <rates>[:<delay>]  Sample rates supported, allows output to be off when 
squeezelite is started; rates = 
<maxrate>|<minrate>-<maxrate>|<rate1>,<rate2>,<rate3>; delay = optional delay 
switching rates in ms
  
--------------------


-U/-R OPTIONS

Code:
--------------------
    
  -R -u [params]        Resample, params = 
<recipe>:<flags>:<attenuation>:<precision>:<passband_end>:<stopband_start>:<phase_response>,
                         recipe = (v|h|m|l|q)(L|I|M)(s) [E|X], E = exception - 
resample only if native rate not supported, X = async - resample to max rate 
for device, otherwise to max sync rate
                         flags = num in hex,
                         attenuation = attenuation in dB to apply (default is 
-1db if not explicitly set),
                         precision = number of bits precision (NB. HQ = 20. VHQ 
= 28),
                         passband_end = number in percent (0dB pt. bandwidth to 
preserve. nyquist = 100%),
                         stopband_start = number in percent (Aliasing/imaging 
control. > passband_end),
                         phase_response = 0-100 (0 = minimum / 50 = linear / 
100 = maximum)
  
  
--------------------


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

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

Reply via email to