Skip to content

Improve and fix iOS audio route management. This version introcuces for iOS

Simon Morlat requested to merge feature/list-holder into master

a new MSSndCard instance with a specific "follows system routing" capability. Indeed, it is not possible to know prior to a call whether a bluetooth device is available, so the best approach is to let the system device. Application can of course later override the audio route by setting other MSSndCard representing speaker or bluetooth outputs.

Merge request reports