An open API service indexing awesome lists of open source software.

https://github.com/hansemannn/speechrecognitionexample

An example on how to use the new iOS10 API "SFSpeechRecognizer" in Swift
https://github.com/hansemannn/speechrecognitionexample

example ios speech-recognition swift

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

### Speech Recognition Example
---
This example project demonstrates the usage of the new `SFSpeechRecognizer` introduced in iOS 10.
Please check out the [API diffs](https://developer.apple.com/library/prerelease/content/releasenotes/General/iOS10APIDiffs/Objective-C/Speech.html) 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](https://github.com/hansemannn/SpeechRecognitionExamle/issues) or [Pull Request](https://github.com/hansemannn/SpeechRecognitionExamle/pulls). Thanks! :rocket: