Created
March 1, 2022 17:29
-
-
Save timcowlishaw/aed443d3d0f329dcf3c9998b38f5cd1f to your computer and use it in GitHub Desktop.
Cenatus PHASE blog post snippet 11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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