Full transparency mode with Bose AR
For development purposes, I would like to know whether it is or will be possible to have the Bose 700 headphones in "full transparency" mode when using Bose AR. (Potential future deployment would be using Bose Frames.) Also do the QC35 II headphones offer a similar transparency/aware mode?
0
Best Answer
-
[email protected] Member Posts: 41
@mv100
I took your recommendation back to our team, and it was suggested with the NC700's you can use our v4.x SDKs Controllable Noise Cancelation to emulate such full transparency mode.
Use the setControllableNoiseCancellation(level: Int, isEnabled:Bool, completionHandler:{code block})
Here's an example -- Apologize for the formatting in advance.func noiseCancellationOff()-> Void { if(connectionStatus == "Connected"){session.device?.setControllableNoiseCancellation(level: 0, isEnabled: true, completionHandler: {Result inprint(Result) // returns ControlableNoiseCancellation }); } }
Hopefully this code snip will help.
@[email protected]5
Answers
Our SDK does not have that feature.
@[email protected]