You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,12 @@ This repository is divided in 2 parts:
16
16
<imgsrc="SpeechRecognizerImage.jpeg"alt="simple video gif"width="246"height="512"/>
17
17
</p>
18
18
19
-
*In this image it is possible to see 5 results appearing on the panel after speaking to the device "this is a continuous text speech".*
19
+
*In this image it is possible to see 4 results appearing on the panel after speaking to the device "continuous text speech".*
20
20
21
21
22
22
## How to Use ⚙️
23
23
24
-
If you want to test the app, you can download the APK from [here](https://github.com/EricBatlle/UnityAndroidSpeechRecognizer/releases/download/v1.0/SpeechRecognizer.apk).
24
+
If you want to test the app, you can download the APK from [here](https://github.com/EricBatlle/UnityAndroidSpeechRecognizer/releases/download/v1.1/SpeechRecognizer.apk).
25
25
26
26
If you want to open the project and check the code, you need to have **Unity** and **AndroidStudio** installed and updated.
27
27
@@ -31,3 +31,10 @@ If you want to scratch the code:
31
31
**'s project, **open the project**, select **SpeechRecognizer** scene.
32
32
Either inside the unity project or simply dragging the **.cs** classes on your editor, you have to watch on to the classes located on ``UnitySpeechRecognizer/Assets/Scripts``.
33
33
- If you want to check the **Android Plugin** you can do it opening the solution with **AndroidStudio** or just drag the ``MainActivity.java`` class located on ``UnitySpeechRecognizerPlugin\app\src\main\java\com\example\eric\unityspeechrecognizerplugin``
34
+
35
+
36
+
#### Upgrading dependencies 📜
37
+
38
+
Keep in mind that the actual release ([v1.1](https://github.com/EricBatlle/UnityAndroidSpeechRecognizer/releases/tag/v1.1)) of the plugin works with **AndroidX** dependencies. That means that is targeting **Android 9** (API level 28).
39
+
40
+
If you want to target older versions I recommend to use the old version of the plugin ([v1.0]((https://github.com/EricBatlle/UnityAndroidSpeechRecognizer/releases/tag/v1.0))) that works with **Android Support v4**. You can download the old plugin source code and APK from [here](https://github.com/EricBatlle/UnityAndroidSpeechRecognizer/releases/tag/v1.0).
0 commit comments