Skip to content

Commit bf82bd4

Browse files
committed
update Readme
1 parent 67fbbfa commit bf82bd4

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

README.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1-
# UnityAndroidSpeechRecognizer
2-
3-
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+
<img src="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``

SpeechRecognizerImage.jpeg

78.3 KB
Loading

0 commit comments

Comments
 (0)