Basically I'm trying to detect Mono Audio value is On/Off pragmatically in my swift based project.
I want to read Mono Audio value is On/Off in user setting.
So based on that value I will prompt user that your Mono Audio setting is off please enable it from Settings
And redirect user to Audio Settings.
Settings > General > Accessibility > Mono Audio
But I am not sure how to read this property.
I have checked AudioToolbox framework but there I haven't find any thing.
I tried in Accessibility framework but no luck.
var isAccessibilityElement: Bool { get set }
Any Idea or ref how to get this detail via code ?