Skip to content

Instantly share code, notes, and snippets.

@timcowlishaw
Last active March 1, 2022 17:42
Show Gist options
  • Save timcowlishaw/3ae510f499d4e4016a7b7f85e396958b to your computer and use it in GitHub Desktop.
Save timcowlishaw/3ae510f499d4e4016a7b7f85e396958b to your computer and use it in GitHub Desktop.
Cenatus PHASE blog post snippet 8
let mixerParameters = PHASEMixerParameters()
mixerParameters.addSpatialMixerParameters(
identifier: phaseSpatialMixerDefinition.identifier, //phaseSpatialMixerDefinition not yet defined
source: source, listener: phaseListener // source not yet defined
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment