Changes

Jump to: navigation, search

An iOS 10 Real-Time/Live Speech Recognition Tutorial

447 bytes added, 03:40, 9 November 2016
no edit summary
{{#pagetitle: An iOS 10 Real-Time/Live Speech Recognition Tutorial }}<seo title="An iOS 10 Real-Time/Live Speech Recognition Tutorial" titlemode="replace" keywords="ios 10, swift 3, speech recognition, tutorial, xcode 8" description="A tutorial outlining the steps involved in implementing live / realtime speech recognition and speech to text conversion from within an iOS app using the SpeechKit framework."></seo>
<table border="0" cellspacing="0" width="100%"><tr>
<td width="20%">[[Playing Audio on iOS 8 using AVAudioPlayer|Previous]]<td align="center">[[iOS 8 App Development Essentials|Table of Contents]]<td width="20%" align="right">[[An iOS 10 Real-Time/Live Speech Recognition TutorialIntroduction to SiriKit|Next]]</td>
<tr>
<td width="20%">Playing Audio on iOS 10 using AVAudioPlayer<td align="center"><td width="20%" align="right">An iOS 10 Real-Time/Live Speech Recognition TutorialIntroduction to SiriKit</td>
</table>
<hr>
Live speech recognition is provided by the iOS Speech framework and allows speech to be transcribed into text as it is being recorded. This process taps into an AVAudioEngine input node to stream the audio into a buffer and appropriately configured SFSpeechRecognizer, SFSpeechAudioBufferRecognitionRequest and SFSpeechRecognitionTask objects to perform the recognition. This chapter worked through the creation of an example application designed to demonstrate how these various components work together to implement near real-time speech recognition.
 
 
<htmlet>ios10</htmlet>
 
 
<hr>
<table border="0" cellspacing="0" width="100%"><tr>
<td width="20%">[[Playing Audio on iOS 8 using AVAudioPlayer|Previous]]<td align="center">[[iOS 8 App Development Essentials|Table of Contents]]<td width="20%" align="right">[[An Introduction to SiriKit|Next]]</td>
<tr>
<td width="20%">Playing Audio on iOS 10 using AVAudioPlayer<td align="center"><td width="20%" align="right">An Introduction to SiriKit</td>
</table>

Navigation menu