On Android I can get the the voice currently configured as default in the system with getDefaultVoice. I know that in iOS I can set a default voice in the system for a particular language. My app shows all the languages available on the system, but I would like to select the option of the voice that is currently speaking, so the user can change to another one if he want to.
If that’s not possible it would be a bit weird to start my combobox with a “Select a voice”, when one is already selected, but unknown by my app.