Code Example - TeamHYME/HYME GitHub Wiki
Code example for HYME
- Go SpeechActivity.
- Find SpeechListener, and go to Runnable method.
- The main STT sets in run(). You can adjust the STT code in there.
- You can choose the number of listener times and call SpeechAlgorithm in there also.
Examples are here :
- Go SpeechAlgorithm.
- You can change the words or types of speech in AnalyzeText method.
- You can also change the pattern in AnalyzeType method.
**Examples are here : **