Skip to content

Commit 347fe05

Browse files
authored
Update Readme.md
1 parent 83bd91a commit 347fe05

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

README.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# UnityAndroidSpeechRecognizer 🗣️
22
*Created by Eric Batlle Clavero*
33

4-
A simple **Android App** made with **Unity** that implements a **Speech Recognizer** using Android's native recognizer.
4+
A simple **Android App** made with **Unity** that implements a **Speech Recognizer** using Android native recognizer.
55

66
**Without** the annoying **pop-up** and the option to keep the app **listening indefinitely**, not just once.
77

@@ -18,23 +18,39 @@ This repository is divided in 2 parts:
1818

1919
*In this image it is possible to see 4 results appearing on the panel after speaking to the device "continuous text speech".*
2020

21+
## Donations are appreciated! 💸
22+
*Remember that are many ways to say thank you.*
23+
24+
If this plugin has been helpful remember to star the repository and consider buying me a coffee! 😀
25+
<p>
26+
<a href="https://www.buymeacoffee.com/ebatlleclavero" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-blue.png" alt="Buy Me A Coffee" width="144.6" height="34"></a>
27+
</p>
28+
29+
If you like my general work and contributions consider [sponsoring me on Github](https://github.com/sponsors/EricBatlle).
30+
31+
But if you just want to donate straightforward, I also have [PayPal.me](https://paypal.me/EricBatlleClavero?locale.x=es_ES).
2132

2233
## How to Use ⚙️
2334

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).
35+
If you want to test the app, you can download the APK from [here](https://github.com/EricBatlle/UnityAndroidSpeechRecognizer/releases/download/v1.2/SpeechRecognizer_1.2.apk).
2536

2637
If you want to open the project and check the code, you need to have **Unity** and **AndroidStudio** installed and updated.
2738

2839
If you want to scratch the code:
2940

30-
- If you want to check **Unity
31-
**'s project, **open the project**, select **SpeechRecognizer** scene.
41+
- To check **Unity** project, **open the project**, select **SpeechRecognizer** scene.
3242
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-
- 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``
43+
- To check **Android Plugin** you can do it opening the solution with **AndroidStudio** or just drag the ``SpeechRecognizerFragment.java`` class located on ``UnitySpeechRecognizerPlugin\SpeechRecognizer\src\main\java\com\example\eric\unityspeechrecognizerplugin``
44+
45+
Functionality is simple, just press the checkmark if you want to enable/disable continuous listening mode, press Start listening and talk to your device to check the results!
46+
47+
#### Multiple plugins support 🔌
48+
This plugin has been made following a **fragment-pattern** to avoid errors that can be derived from extending *UnityPlayerActivity*.
3449

50+
This way you can integrate this plugin with your projects even if they already have more plugins. **Truly pluggable**.
3551

3652
#### Upgrading dependencies 📜
3753

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).
54+
Keep in mind that the actual release ([v1.2](https://github.com/EricBatlle/UnityAndroidSpeechRecognizer/releases/tag/v1.2)) of the plugin works with **AndroidX** dependencies. That means that is targeting **Android 9** (API level 28).
3955

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).
56+
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

Comments
 (0)