Relative Content

Tag Archive for iosswiftxcode

AVSpeechSynthesizer() alternatives for Swift / Xcode?

A requirement of my application is to implement TTS. I can use the following code to loop through the available voices and select one. However, all of the available system voices are very low quality. There are no “(Enhanced)” version of the voices available. As I understand it, those are only on the device if the user has previously downloaded and configured it in their system settings.

Xcode 0 files localized

Xcode does not see the translation in the Localizable file, but languages ​​are added to the file when you click the “+” button. Also, when previewing a program in the simulator, a new translation from the file is not added and you need to constantly clear the build cache for it to appear.