Spanish

Flat
Speech to text
User: pablo
Date: 2/22/2009 8:17 am
Views: 4991
Rating: 12

Hello,

My purpose of using speech recognition is to recognise one or two worlds and save them in a text file. Because then, with other program (in C, C++..) I would like to use them.

My doubt is I don't know how I could save these worlds in a text file.

I have read this post :

http://www.voxforge.org/home/forums/message-boards/general-discussion/recognise-one-sentence-and-save-it__

My purpose is similar but it's not the same because I want use these worlds in other programs and I think the solution is save the worlds in a text file.


Thanks,

Pablo

Re: Speech to text
User: nsh
Date: 2/23/2009 7:23 am
Views: 154
Rating: 12

My purpose is similar but it's not the same because I want use these worlds in other programs and I think the solution is save the worlds in a text file.


I'm not sure you understand how programs interoperate, how information is transferred and so on. Please become familiar with the following concepts:

1)Programming library

2) API

3) Function call

Check this at least

http://en.wikipedia.org/wiki/Library_(computing)

or the same in spanish

http://es.wikipedia.org/wiki/Biblioteca_(programaci%C3%B3n)

 

Re: Speech to text
User: pablo
Date: 2/25/2009 5:06 am
Views: 132
Rating: 9

Hi nsh, I understand how programs interoperate, but I don't know how I could save the recognition worlds and save them in a text file instead of that these worlds were printed in a terminal.

Thanks for your links.

Pablo

Re: Speech to text
User: nsh
Date: 2/25/2009 4:11 pm
Views: 1622
Rating: 11

There are multiple ways to do that


1. Copy the output and paste it into the file in text editor

2. Redirect the output to a file with >

3. Use option during invocation to get the output stored in a file

4. Modify the application to write to file instead of printing

 

PreviousNext