Was able to use this code to achieve the desired effect
do {
let session = AVAudioSession.sharedInstance()
try session.setIntendedSpatialExperience(.bypassed)
} catch {
}
Topic:
Spatial Computing
SubTopic:
General
Tags: