# How to add speech to text in processing android

**URL:** https://discourse.processing.org/t/how-to-add-speech-to-text-in-processing-android/22128
**Category:** Processing for Android
**Created:** [June 24, 2020, 2:15pm UTC](https://discourse.processing.org/t/how-to-add-speech-to-text-in-processing-android/22128 "2020-06-24T14:15:17Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Why\_I\_Use\_Processing](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/why_i_use_processing/32/9558_2.png) [@Why\_I\_Use\_Processing](https://discourse.processing.org/u/Why_I_Use_Processing)
#### Post date: [June 24, 2020, 2:15pm UTC](https://discourse.processing.org/t/how-to-add-speech-to-text-in-processing-android/22128/1 "2020-06-24T14:15:17Z")

</div>

How can I implement speech to text mechanism in processing android?

---

<div class="post-metadata">

### Author: ![noel](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/noel/32/213_2.png) [@noel](https://discourse.processing.org/u/noel)
#### Post date: [June 24, 2020, 4:02pm UTC](https://discourse.processing.org/t/how-to-add-speech-to-text-in-processing-android/22128/2 "2020-06-24T16:02:36Z")

</div>

You can find code on my repo [here](https://github.com/EmmanuelPil/Android-java-code-utilities-widgets-for-Processing-for-Android).

---

<div class="post-metadata">

### Author: ![Why\_I\_Use\_Processing](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/why_i_use_processing/32/9558_2.png) [@Why\_I\_Use\_Processing](https://discourse.processing.org/u/Why_I_Use_Processing)
#### Post date: [June 25, 2020, 5:46am UTC](https://discourse.processing.org/t/how-to-add-speech-to-text-in-processing-android/22128/3 "2020-06-25T05:46:19Z")

</div>

But I dont want that google’s speech recogniser box to be shown  
Because I am making an app which would listen to my voice commands for opening apps etc…

---

<div class="post-metadata">

### Author: ![Why\_I\_Use\_Processing](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/why_i_use_processing/32/9558_2.png) [@Why\_I\_Use\_Processing](https://discourse.processing.org/u/Why_I_Use_Processing)
#### Post date: [June 25, 2020, 5:46am UTC](https://discourse.processing.org/t/how-to-add-speech-to-text-in-processing-android/22128/4 "2020-06-25T05:46:40Z")

</div>

I would be running in background

---

<div class="post-metadata">

### Author: ![noel](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/noel/32/213_2.png) [@noel](https://discourse.processing.org/u/noel)
#### Post date: [June 25, 2020, 8:37am UTC](https://discourse.processing.org/t/how-to-add-speech-to-text-in-processing-android/22128/5 "2020-06-25T08:37:35Z")

</div>

Never tried. Google “Speech recognition without Google dialog boxes”. Plenty of stuff.

---

<div class="post-metadata">

### Author: ![akenaton](https://avatars.discourse-cdn.com/v4/letter/a/a88e4f/32.png) [@akenaton](https://discourse.processing.org/u/akenaton)
#### Post date: [June 30, 2020, 9:02am UTC](https://discourse.processing.org/t/how-to-add-speech-to-text-in-processing-android/22128/6 "2020-06-30T09:02:57Z")

</div>

@Why_I_Use_Processing ====  
you can do that with quite the same code but before you have to go to settings/language && input/Google voice typing/off line speech recognition

---

<div class="post-metadata">

### Author: ![HackinHarry](https://avatars.discourse-cdn.com/v4/letter/h/3e96dc/32.png) [@HackinHarry](https://discourse.processing.org/u/HackinHarry)
#### Post date: [July 1, 2020, 3:11am UTC](https://discourse.processing.org/t/how-to-add-speech-to-text-in-processing-android/22128/7 "2020-07-01T03:11:28Z")

</div>

That’s some good work!

---

<div class="post-metadata">

### Author: ![Why\_I\_Use\_Processing](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/why_i_use_processing/32/9558_2.png) [@Why\_I\_Use\_Processing](https://discourse.processing.org/u/Why_I_Use_Processing)
#### Post date: [July 1, 2020, 7:48am UTC](https://discourse.processing.org/t/how-to-add-speech-to-text-in-processing-android/22128/8 "2020-07-01T07:48:21Z")

</div>

I didn’t understand what you said here, but I just want the speech recogniser not to show the google box(the white box shown while listening) and I also want it to try to listen to my words every frame, so that I can give it a command any time I want…

---

<div class="post-metadata">

### Author: ![akenaton](https://avatars.discourse-cdn.com/v4/letter/a/a88e4f/32.png) [@akenaton](https://discourse.processing.org/u/akenaton)
#### Post date: [July 1, 2020, 8:17am UTC](https://discourse.processing.org/t/how-to-add-speech-to-text-in-processing-android/22128/10 "2020-07-01T08:17:11Z")

</div>

@Why_I_Use_Processing ===  
that is exactly what i have said.
