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
- Host: GitHub
- URL: https://github.com/hansemannn/speechrecognitionexample
- Owner: hansemannn
- Created: 2016-06-14T20:58:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T14:59:33.000Z (almost 9 years ago)
- Last Synced: 2025-03-29T01:12:13.360Z (10 months ago)
- Topics: example, ios, speech-recognition, swift
- Language: Swift
- Size: 253 KB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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: