Api Sandbox Audio AudioProcessor
class

AudioProcessor

public abstract class AudioProcessor

Takes a bunch of samples and processes them. It's common for these to be chained together. It's also common for the processor to store state between calls.

Properties

Name Type Description
Enabled Boolean Is this processor active?
Mix Single Should we fade the influence of this processor in?

Methods

JsonObject Serialize()
Void Deserialize(JsonObject node)
Assembly: Sandbox.Engine Namespace: Sandbox.Audio Full Name: Sandbox.Audio.AudioProcessor