Audacity 3.2.0
Classes | Enumerations
Dither.h File Reference
#include "SampleFormat.h"
Include dependency graph for Dither.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Dither
 This class implements various functions for dithering and is derived from the dither code in the Ardour project, written by Steve Harris. More...
 

Enumerations

enum  DitherType : unsigned { none = 0 , rectangle = 1 , triangle = 2 , shaped = 3 }
 These ditherers are currently available: More...
 

Enumeration Type Documentation

◆ DitherType

enum DitherType : unsigned

These ditherers are currently available:

Enumerator
none 
rectangle 
triangle 
shaped 

Definition at line 19 of file Dither.h.

19 : unsigned {
20 none = 0, rectangle = 1, triangle = 2, shaped = 3 };
@ rectangle
Definition: Dither.h:20
@ shaped
Definition: Dither.h:20
@ triangle
Definition: Dither.h:20
@ none
Definition: Dither.h:20