Delphi ASIO & VST Package: DDspDitherNoiseShaper: Class TDitherNoiseShaper

Delphi ASIO & VST

Class TDitherNoiseShaper

DescriptionHierarchyFieldsMethodsProperties

Unit

DDspDitherNoiseShaper

Declaration

type TDitherNoiseShaper = class(TObject)

Description

Hierarchy

  • TObject
  • TDitherNoiseShaper

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public function ProcessInteger(Input: Double): Integer;
Public function ProcessFloat(Input: Double): Double;
Public procedure Reset;

Properties

Published property DitherType: TDitherType read fDitherType write SetDitherType default dtor9Fc;
Published property BitDepth: Byte read fBitDepth write SetBitDepth;

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Public function ProcessInteger(Input: Double): Integer;
 
Public function ProcessFloat(Input: Double): Double;
 
Public procedure Reset;
 

Properties

Published property DitherType: TDitherType read fDitherType write SetDitherType default dtor9Fc;
 
Published property BitDepth: Byte read fBitDepth write SetBitDepth;
 

Generated by PasDoc 0.10.0 on 2007-11-13 13:04:16