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
Speech recognition on Android for Unity without the annoying google popup!
1
+
# UnityAndroidSpeechRecognizer 🗣️
2
+
*Created by Eric Batlle Clavero*
3
+
4
+
A simple **Android App** made with **Unity** that implements an **Speech Recognizer** using Android's native recognizer.
5
+
6
+
**Without** the annoying **pop-up** and the option to keep the app **listening infinetly**, not just once.
7
+
8
+
This repository is divided in 2 parts:
9
+
10
+
- Unity Project (**C#**)
11
+
- Android Plugin (**Java**)
12
+
13
+
## Example 🎬
14
+
15
+
<p>
16
+
<imgsrc="SpeechRecognizerImage.jpeg"alt="simple video gif"/>
17
+
</p>
18
+
19
+
*In this image it is possible to see 5 results appearing on the panel after speeching to the device "this is a continuous text speech".*
20
+
21
+
22
+
## How to Use ⚙️
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).
25
+
26
+
If you want to open the project and check the code, you need to have **Unity** and **AndroidStudio** installed and updated.
27
+
28
+
If you want to scratch the code:
29
+
30
+
- If you want to check **Unity
31
+
**'s project, **open the project**, select **SpeechRecognizer** scene.
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
+
- 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``
0 commit comments