Skip to content

Commit beacd6b

Browse files
committed
Minor changes in README
1 parent 5acf387 commit beacd6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This repository is a Unity plugin for Android Speech Recognition (based on Java
99

1010
## Usage
1111

12-
* You can first test out the `SpeechRecognition.apk` from [here](https://github.com/gsssrao/UnityAndroidSpeechRecognition/releases/download/2.0/SpeechPlugin.apk). You need a minimum of Android Lollipop (API Level 21) to use this apk.
12+
* You can first test out the `SpeechRecognition.apk` from [here](https://github.com/gsssrao/UnityAndroidSpeechRecognition/releases/download/2.1/SpeechPlugin.apk). You need a minimum of Android Lollipop (API Level 21) to use this apk.
1313
* Next, import `SpeechRecognition.unitypackage` into your Unity project. (Tested latest on `Unity 2018.1.0f2`)
1414
* To include SpeechReconginition in your own project copy the contents of `Plugins/Android/` into the same folder in your project and have a look at `Test.cs` and `ReceiveResult.cs` for an example usage. `Test.cs` has function for calling the speech recognition popoup whereas `ReceiveResult.cs` has function which receives the recognized text.
1515
* When you press the button, a speech recognition itent should pop up. This intent sends the recognized text to 'void onActivityResult(string recognizedText)' function of the object 'Main Camera' (You can change the object to which `ReceiveResult.cs` should be attached by changing the object name in `Test.cs`. The default return object is set to 'Main Camera').
@@ -28,4 +28,4 @@ This repository is a Unity plugin for Android Speech Recognition (based on Java
2828

2929
* On experiencing a problem, feel free to create an issue.
3030

31-
* If you want any additional features too feel free to create an issue.
31+
* If you want any additional features too, feel free to create an issue.

0 commit comments

Comments
 (0)