Class AudioPostProcessor
The AudioPostProcessor class allows for post-processing of audio buffers.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.System.Audio.DSP.Processing
Assembly: Cosmos.System2.dll
Syntax
public abstract class AudioPostProcessor
Methods
| Improve this Doc View SourceProcess(AudioBuffer)
Processes the given audio buffer.
Declaration
public abstract void Process(AudioBuffer buffer)
Parameters
Type | Name | Description |
---|---|---|
AudioBuffer | buffer | The buffer to process. |