csharp
public enum AudioParameterTargetWhat a curve drives on the sound it is attached to.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
Four, and all of them per voice. These are the things a single playing sound owns — which is what makes a parameter per-instance and therefore what makes "this player is underwater and that one is not" expressible at all. Bus gains, sends and effect properties are shared by everything routed through them, so they are driven by AudioBusParameterTarget from an engine-wide parameter instead.
Fields and properties (4)
GainDbA level, in decibels, added to the sound's own.
PitchSemitonesA transposition, in semitones, on top of the sound's own pitch.
LowPassHzA low-pass cutoff in hertz. The muffling one.
HighPassHzA high-pass cutoff in hertz — thinning rather than muffling.
Used by (10)
- AudioAutomationVixen.Audio
- AudioAutomationAssetVixen.Audio
- AudioParameterSheetVixen.Audio
- AudioParameterSheetTestsVixen.Audio.Tests
- BuiltinParameterTestsVixen.Audio.Tests
- LayeredEventTestsVixen.Audio.Tests
- OcclusionTestsVixen.Audio.Tests
- TypeRegistrationVixen.Audio
- Vixen_Audio_Assets_AudioAutomationAssetSerializerVixen.Audio
- VoiceParameterTestsVixen.Audio.Tests