Speasy is an ios mobile app which helps people with speech difficulties. Speasy uses the speech recognition API to recognize user’s voice. It will predict the potential words in the later conversation and in the future, it will play out the sentence with user’s own voice.
-
Clone this repository:
git clone https://github.com/Realmonia/Speasy-ver2.0.git
-
Open
brad3.xcodeproj
in Xcode. -
Connect your iOS device to your Mac.
-
In
Product > Destination
, select your iOS device as the destination. -
Click
Product > Run
(orCommand+R
) to build and run the app. -
If a code signing issue occurs, you can fix the issue by following the instructions from Apple developer site.
-
Select a scene and press “Confirm”.
You will enter the speech recognition view. -
When you are ready to speak, press “Start”.
The app will begin to recognize speech and predict the next word. -
Select one of the four word choices.
The word you choose will appear on the screen.
Currently this app supports iPhone X. The app will support all different kinds of iPhones in the next release.
- If you encounter a question when building the project, complaining "'GRDBCipher/sqlite3.h' file not found", that is a xcode issue. Please go to your xcode and follow:
Product >> Scheme >> Manage Schemes >> add a new scheme named "GRDBCipher" and then rebuild the whole project. Everything should work well now.