Struct audio_quantization¶
struct audio_quantization audio¶
struct audio_quantization { … } Represents audio quantization parameters.
Combines a dithering configuration with the bit depth used to derive the noise scale.
variable dither ¶
audio_dithering_state dither Dithering state used during quantization.
Fully qualified name: kfr::audio_quantization::dither
Declared at audio/data.hpp:1013
constructor audio_quantization(int, audio_dithering) ¶
audio_quantization(int bit_depth, audio_dithering dithering) Constructs quantization parameters for the given bit depth and dithering method.
| bit_depth | Target bit depth; sets the dither noise scale to 1 / 2^bit_depth. |
| dithering | Dithering method to apply. |
Fully qualified name: kfr::audio_quantization::audio_quantization(int, audio_dithering)
Declared at audio/data.hpp:1020
Fully qualified name: kfr::audio_quantization
Declared at audio/data.hpp:1011
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.