mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
audioconvert: improve setup of quantization
Use the quantize value to specify how many bits to quantize to.
This commit is contained in:
parent
916050aacd
commit
67c2202044
3 changed files with 7 additions and 7 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#define DITHER_OPS_MAX_OVERREAD 16
|
||||
|
||||
struct dither {
|
||||
uint32_t intensity;
|
||||
uint32_t quantize;
|
||||
#define DITHER_METHOD_NONE 0
|
||||
#define DITHER_METHOD_RECTANGULAR 2
|
||||
#define DITHER_METHOD_TRIANGULAR 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue