JohnSwenson wrote: 
> Are these flags by any chance the flags in the "soxr_quality_spec"
> struct? 

Yes.


Code:
--------------------
    
  #define SOXR_ROLLOFF_SMALL     0u    /* <= 0.01 dB */
  #define SOXR_ROLLOFF_MEDIUM    1u    /* <= 0.35 dB */
  #define SOXR_ROLLOFF_NONE      2u    /* For Chebyshev bandwidth. */
  
  #define SOXR_MAINTAIN_3DB_PT   4u  /* Reserved for internal use. */
  #define SOXR_HI_PREC_CLOCK     8u  /* Increase `irrational' ratio accuracy. */
  #define SOXR_DOUBLE_PRECISION 16u  /* Use D.P. calcs even if precision <= 20. 
*/
  #define SOXR_VR               32u  /* Experimental, variable-rate resampling. 
*/
  
--------------------


JohnSwenson wrote: 
> When constructing a quality field would it be something like:
> 
> :vL:
> :hMs:
> 
> or are there spaces between the characters 
> :v L:
> :h M s:
> 

No spaces. "-u vL" / "-u hMs".

I'll document a few examples later tonight.


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

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

Reply via email to