Can I do voice to text transformation ?

Asked on 06/19/2025

1 search

Yes, you can perform voice-to-text transformation using Apple's new Speech Analyzer API. This API, introduced in iOS 26, allows developers to integrate advanced speech-to-text capabilities into their applications. The Speech Analyzer API supports a wide range of use cases, including long-form and distant audio, such as lectures and meetings. It operates entirely on-device, ensuring privacy and efficiency.

For more details, you can refer to the session titled "Bring advanced speech-to-text to your app with SpeechAnalyzer" from WWDC 2025. This session provides an overview of the Speech Analyzer API and demonstrates how to build a speech-to-text feature. You can start exploring this topic from the SpeechAnalyzer API chapter.