TAudioProcessor


Properties Methods Events

Unit: ACS_Misc

Descends from: TACSConverter

If you want to implement special audio processing in ACS you can create new ACS processor component. Otherwise you can use TAudioProcessor component. This component descendants from TACSInput component and has an Input property so it can be inserted into the audio-processing chain. TAudioProcessor doesn't introduce new properties but has the number of events corresponding to the ACS converter operations.

You don't have to assign a handler to every TAudioProcessor event (although you're recommended to do so). If no handler is assigned to some event, the default action is performed.


TAudioProcessor Properties

Inherited from TACSConverter

Inherited from TACSInput


TAudioProcessor Methods

Inherited from TACSInput


TAudioProcessor Events

OnFlush

OnGetBitsPerSample

OnGetChannels

OnGetData

OnGetSampleRate

OnGetSize

OnGetTotalTime

OnInit

Inherited from TACSInput


ACS Classes Home


Copyright © 2002, 2003 Andrei Borovsky. All rights reserved.