LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VOICE TO TEXT

Solved!
Go to solution

i want to make application which transfers text data from my mobile to labview

 

0 Kudos
Message 1 of 6
(3,883 Views)

Good for you! 🙂 But do you have an actual question? Try to be specific, more likely that you get help here...

0 Kudos
Message 2 of 6
(3,874 Views)

How does the word "voice" in your subject relate to the question?

0 Kudos
Message 3 of 6
(3,862 Views)

i want to make application which takes text from speech to text android application and send this to labview using any wireless connection

so i can read this text and perform certain tasks through myrio

can it be possible 

the data should be send immediate after my spell and cursor should blink for next spell

 

0 Kudos
Message 4 of 6
(3,860 Views)

i want to make application which takes text from speech to text android application and send this to labview using any wireless connection

so i can read this text and perform certain tasks through myrio

can it be possible 

the data should be send immediate after my spell and cursor should blink for next spell

0 Kudos
Message 5 of 6
(3,843 Views)
Solution
Accepted by topic author donthi

@donthi wrote:

i want to make application which takes text from speech to text android application and send this to labview using any wireless connection

so i can read this text and perform certain tasks through myrio

can it be possible 

the data should be send immediate after my spell and cursor should blink for next spell


Of course it is possible. These are the (possible) steps:

  1. Program an Android application (https://developer.android.com/develop/index.html) which converts speech into text, or can interface to such Android application. Here is just some example after a short googling: http://www.androidhive.info/2014/07/android-speech-to-text-tutorial/
  2. Create a wireless interface between this Android application and your LabVIEW code running on your PC or myRio, etc. This can be Wifi, Bluetooth, etc...
  3. Create the LabVIEW side code to capture the incoming text data.
0 Kudos
Message 6 of 6
(3,826 Views)