10#ifndef __AUDACITY_DITHER_H__
11#define __AUDACITY_DITHER_H__
45 unsigned int sourceStride = 1,
46 unsigned int destStride = 1);
DitherType
These ditherers are currently available:
This class implements various functions for dithering and is derived from the dither code in the Ardo...
static EnumSetting< DitherType > BestSetting
static EnumSetting< DitherType > FastSetting
Adapts EnumSettingBase to a particular enumeration type.