Skip to content

An example on how to use the new iOS10 API "SFSpeechRecognizer" in Swift

Notifications You must be signed in to change notification settings

hansemannn/SpeechRecognitionExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Speech Recognition Example


This example project demonstrates the usage of the new SFSpeechRecognizer introduced in iOS 10. Please check out the API diffs for more information on the new API's. As for now, Apple does not document much around the API, so this example might be updated over the next months.

Example log (one_more_thing.mp3)

Optional("There is")
Optional("There is one")
Optional("There is one more")
Optional("There is one more thing")
Optional("There")
Optional("There is")
Optional("There is one")
Optional("There is one more")
Optional("There is one more thing")
Optional("There is one more thing I forgot")
Optional("There is one more thing I forgot to")
Optional("There is one more thing I forgot to tell")
Optional("There is one more thing I forgot to tell you")
Optional("There is one more thing I forgot to tell you about")
Optional("There is one more thing I forgot to tell you about this is")
Optional("There is one more thing I forgot to tell you about this is really")
Optional("There is one more thing I forgot to tell you about this is really important")
Optional("There is one more thing I forgot to tell you about this is really important")
Optional("There is one more thing I forgot to tell you about this is really important")
Optional("There is one more thing I forgot to tell you about this is really important")

Contributing


If you have an improvement or issue, please let me know and open an Issue or Pull Request. Thanks! 🚀

About

An example on how to use the new iOS10 API "SFSpeechRecognizer" in Swift

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages