AVSpeechSynthesisVoices available on device

Hello there!

Is there any list of voices that are always available on iOS/iPadOS devices?

It seems that AVSpeechSynthesisVoice(identifier: "com.apple.voice.compact.en-US.Samantha") is always available on all devices.

I thought that AVSpeechSynthesisVoice(identifier: "com.apple.ttsbundle.siri_Nicky_en-US_compact") and AVSpeechSynthesisVoice(identifier: "com.apple.ttsbundle.siri_Aaron_en-US_compact") were available by default on certain newer devices. Is this true?

I also noticed that on the same iPad where I was using those 2 voices (Nicky and Aaron) - when I updated to the iPadOS 26 beta, those voices were no longer available.

Any information you can share about which voices should be reliably available on which devices would be extremely helpful for our development. Thanks so much!

AVSpeechSynthesisVoices available on device
 
 
Q