Skip to main content

How to make speech to text app in Kodular Creator?

 

How to make speech to text app in Kodular Creator?

Welcome to Learn Web, guys today as you have seen we will learn to make an Speech to Text application in Kodular Creator. This is our third application making tutorial which is published on our website. We are soon getting many more tutorials for you which will help you to learn advanced application development using Kodular Creator. So, keep connected with Learn Web online to get the latest content from us. Now, we are going to start our tutorial without wasting any more time.....

Firstly we would discuss about some FAQ's related to Speech to Text Converter:

FAQ's about Speech to Text Converter

1. Functions of this application

You might have got what I meant by this app and what this application can be used by an user. But if you didn't then I am going to tell the main function of this Speech to text converter. This app can be used for voice typing. Simply, in this app user have to click on a button and then he have to speak and then it will hive user text which he can copy and paste anywhere he want to paste this text. So, this app will function such like this. You can add many more functions to this application by your need. So, we directly get through it. But before starting our tutorial we should talk about the uses of this application.

2. Specifications of Speech to Text Converter

The main Specifications of this application for users are:
1. To write text without typing it.
2. To get text without writing it and get most accurate text with google's android Speech to text converter API for android.
3. Very light sized application and easy to use for user.
4. Data saving that is this application doesn't use much data of user.
5. Realtime converter for speech to text.

These were the main specifications of our Speech to text converter application which we are going to make today.

Designing of Speech to Text Converter

For making Speech to text converter you need to follow these steps after opening your project....

Step 1: Firstly you need to add Speech recognizer component which can be found under the media option in Components palette in creator.

Step 2: Add a text box which can be used to give the speech of user in form of text which user can copy to clipboard. So, drag and drop a text box there and set the multiline option in text box properties checked.

Step 3: Now you need to add a button which will be used to call speech recognizer to get speech from user.

Step 4: (Additional) This is optional that you can use in your application. This button will be used to copy to the text to clipboard. For this we will use Device utilities component which can be found under the Utilities section in Component Palette. So simply add this component in your project.

Now you have to do the User Interface designing which you can make like the given illustration which I have made for you guys.

Illustration:
Illustrative Design



Blocks of Speech to Text Converter

For making you speech to text converter application at least working you need to set these blocks. You can also do more customization according to your designing.

Step 1: Firstly you have to set that we have to call Speech Recognizer to get speech when get speech button is clicked. You have to set the blocks like this:
Kodular Block No. 1
Step 2: Then we have to add a block to handle when we get our text from speech recognizer and then we have to set this text as text of text box.
Kodular Block no. 2
Step 3: To handle to copy the text. Here we use a block from device utilities to copy the text of text box whose text is the result of speech from user.
Kodular Block no. 3


And here you have made Speech to text converter app successfully. Now you can customize it's UI and UX add some more features to it. This all depends on your choice. So, this was our today tutorial in which we can made a Speech to Text Converter application. We will be back with a new interesting topic again very soon. Till then......

Happy Koding

Comments

Popular posts from this blog

Kodular Basics- Getting started with Kodular

What Is Kodular? Kodular is a online software which allows us to make android apps without any programming knowledge. Kodular's enable us to make fantastic android apps using their blocks-type editor.We can make our apps stand out with the material design UI. Using Kodular we can make android apps just by dragging and dropping components provided in Kodular Creator.We also need not to write any code to make our app working. We just have to specify blocks in kodular creator and we are out of the tension to write Codes. Getting Started With Kodular :   For making apps you just need to go to Kodular's Creator and sign up there with your email and activate your account.You can create Kodular account and make apps for free. There aren't any charges to use Kodular Creator. So just go Kodular.io and sign up there and start happy coding and app making.  Kodular Dashboard: After you have signed up for Kodular creator,select the option "Create Apps" and you will be redirect

How to use dynamic component in Kodular Creator ?

How to use dynamic components in Kodular Creator? Welcome back my dear friends, today we are back again with a complete new tutorial. Today we are going to learn How to use Dynamic components in Kodular Creator? As of all our tutorials I assure you you will find this tutorial very useful while developing any of you application which the no. of components are not fixed. So, we use dynamic components to add as much as number of components as we want. So, here we start our tutorial with some of FAQ's that will help you to learn what is concept of dynamic components if you didn't understood "What does dynamic components mean?"  FAQ's about Dynamic components 1. What are dynamic components? Dynamic components are the components which allows us to show as much as number of components in our application as we want. So, that we need not to update app to add any component in our application. This is useful when we are developing any application like Shopping application in

How to make a stopwatch application in Kodular?

  How to make a stopwatch application in Kodular? So, guys we are back with a new tutorial. In today's tutorial we will learn making an app rather than learning to use any component in  Kodular creator. It has been time, since we  have provided a tutorial for making a android app in Kodular Creator Series. Hence, today we will  be learning How to make a simple seconds based stopwatch in Kodular. Here firstly we talk about some of FAQ's about Stopwatch in Kodular creator....... FAQ's about stopwatch App 1. Functions of this Stopwatch If you want to know the main functions of this Stopwatch application then we have how this app will work: 1. Firstly User has to start the stopwatch 2. Then he can pause or start the stopwatch. 3. User will be able to reset this stopwatch. 4. User can check timing upto 10 mini seconds. 5. User can easily use this app. 2. How will this app work? In this app we will use a timer component to record time and we will use button for start stop and re