TAudioProcessor
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.
Inherited from TACSConverter
Inherited from TACSInput
Inherited from TACSInput
Inherited from TACSInput
Copyright © 2002, 2003 Andrei Borovsky. All rights reserved.