Skip to content

Feature Request: allow spatialize stereo #115

@Veemo-wt

Description

@Veemo-wt

Feature Description

It would allow the player to use spatialize stereo (+head tracking) like in Apple Music improving how audio scene feels.

currently:

Image

Why is this needed?

It would improve how audio scene sounds and feels like giving more immersive experience

Feature Area

Playback

Additional Context

how it looks in apple music

Image

maybe will help:

try AVAudioSession.sharedInstance().setCategory(.playback, mode: .default, options: [])
try AVAudioSession.sharedInstance().setActive(true)
let motionManager = CMHeadphoneMotionManager()

avoid:
swift .record, .playAndRecord or custom modes — they disable spatial audio.

Before submitting

  • I searched existing issues to avoid duplicates

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature request accepted for addition

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions