# Navigate to new screen with voice

**URL:** https://community.thunkable.com/t/navigate-to-new-screen-with-voice/1035887
**Category:** Questions about Thunkable X
**Tags:** beginner, speechrecognizer
**Created:** [December 15, 2020, 2:26am UTC](https://community.thunkable.com/t/navigate-to-new-screen-with-voice/1035887 "2020-12-15T02:26:26Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![zhartic86092](https://avatars.discourse-cdn.com/v4/letter/z/db5fbb/32.png) [@zhartic86092](https://community.thunkable.com/u/zhartic86092)
#### Post date: [December 15, 2020, 2:26am UTC](https://community.thunkable.com/t/navigate-to-new-screen-with-voice/1035887/1 "2020-12-15T02:26:26Z")

</div>

Hello Thunkable community,

I just discovered thunkable and I’m loving it! I’m creating an app while exploring the speech recognition command and I’m a little confused on how to take that recording and setting a value to it. I’m starting off by trying to create speech command to navigate to the next page but I’m not sure how to go about it.

 ![Thunkable_SpeechNavigate](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/b/0/b08fc1585013324a56c310ebfb7b227986bd23fe.png)

---

<div class="post-metadata">

### Author: ![kushweez](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kushweez/32/90265_2.png) [@kushweez](https://community.thunkable.com/u/kushweez)
#### Post date: [December 15, 2020, 2:33am UTC](https://community.thunkable.com/t/navigate-to-new-screen-with-voice/1035887/2 "2020-12-15T02:33:44Z")

</div>

Waiting for it for 3 seconds is intentional? You can make start recording then put listen with partial result in then do which will examine in real time then display the text in a label to see what he recognized when you spoke. And after that set your conditions and stop the recording.

I’ve never used this but reading the documentation I think it works.

[https://docs.thunkable.com/speech-recognizer#:~:text=The%20Speech%20Recognizer%20component%20can,it%20stops%20detecting%20any%20sound](https://docs.thunkable.com/speech-recognizer#:~:text=The%20Speech%20Recognizer%20component%20can,it%20stops%20detecting%20any%20sound).

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [December 15, 2020, 3:27am UTC](https://community.thunkable.com/t/navigate-to-new-screen-with-voice/1035887/3 "2020-12-15T03:27:58Z")

</div>

Welcome to Thunkable! It’s a great tool.

You don’t need the audio recording blocks at all for this. Those would be for saving a voice note, singing a song and recording it, etc.

For speech recognition, just use the “call [listen]” block as you have it. When using a block with a green “error” block, it’s best to check the value of that block, especially during testing.

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/d/1d2d48e39ec0549a59cc642fa5d44718eff9e8ac.png)

---

<div class="post-metadata">

### Author: ![zhartic86092](https://avatars.discourse-cdn.com/v4/letter/z/db5fbb/32.png) [@zhartic86092](https://community.thunkable.com/u/zhartic86092)
#### Post date: [December 15, 2020, 5:20am UTC](https://community.thunkable.com/t/navigate-to-new-screen-with-voice/1035887/4 "2020-12-15T05:20:34Z")

</div>

That makes sense! Thank you for your help

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:19pm UTC](https://community.thunkable.com/t/navigate-to-new-screen-with-voice/1035887/5 "2024-11-08T12:19:45Z")

</div>


