Post

Replies

Boosts

Views

Activity

Reply to How can I turn off the spatial audio effect when AVPlayer is playing in a window?
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:
Replies
Boosts
Views
Activity
Apr ’25
Reply to How can I turn off the spatial audio effect when AVPlayer is playing in a window?
The AVAudioSessionSpatialExperience link you provided no longer works. Could you give a code example of what it would look like to disable spatialization on the audio? I have the exact same problem.
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’25