Skip to content

Instantly share code, notes, and snippets.

@timcowlishaw
Created March 1, 2022 17:29
Show Gist options
  • Save timcowlishaw/aed443d3d0f329dcf3c9998b38f5cd1f to your computer and use it in GitHub Desktop.
Save timcowlishaw/aed443d3d0f329dcf3c9998b38f5cd1f to your computer and use it in GitHub Desktop.
Cenatus PHASE blog post snippet 11
let spatialPipelineFlags : PHASESpatialPipeline.Flags = [.directPathTransmission, .lateReverb]
let spatialPipeline = PHASESpatialPipeline(flags: spatialPipelineFlags)!
spatialPipeline.entries[PHASESpatialCategory.lateReverb]!.sendLevel = send_level_for_this_source; // Likewise, this is for you to decide on :-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment