Module libsoxr::spec

source ·
Expand description

For specifying the runtime settings of the resampler For specifying the data type of input and output

Structs

  • IOSpec can be used to set the datatype of the input buffer and output buffer. Wrapper for soxr_io_spec_t
  • Quality flags
  • QualitySpec controls the quality of the resampling. Wrapper for soxr_quality_spec_t
  • Runtime parameters for resampler. Can be used to control number of threads the resampler uses. Wrapper for soxr_runtime_spec_t

Enums