Méthode | Description | |
---|---|---|
Dither ( DitherType type, uint sampleRate, ushort bitsPerSample ) : System | ||
process ( ISample samp ) : ISample |
Process a ISample (in-place; the original object is returned, with modified data)
|
|
process ( double samp ) : int | ||
process ( float samp ) : int | ||
processDouble ( double samp ) : double | ||
reset ( ) : void |
Méthode | Description | |
---|---|---|
FilterArray ( DitherType type ) : double[] | ||
MaxValue ( ushort bitsPerSample ) : double | ||
MinValue ( ushort bitsPerSample ) : double | ||
NextRandom ( ) : double | ||
NextRandom2 ( ) : double |
public Dither ( DitherType type, uint sampleRate, ushort bitsPerSample ) : System | ||
type | DitherType | |
sampleRate | uint | |
bitsPerSample | ushort | |
Résultat | System |
public processDouble ( double samp ) : double | ||
samp | double | |
Résultat | double |