automatic reading TXT file
Hello! If I want to use qt for automatic reading TXT file 。Please provide some ideas to me!
thanks!
Re: automatic reading TXT file
Hello!
Please be more specific what do you mean by reading a txt file automatically! Describe your problem/idea!
Re: automatic reading TXT file
Re: automatic reading TXT file
Quote:
Originally Posted by
SABROG
Ha ha!
what I mean is listenning to people read txt file。how can I using Qt to realize it!
Re: automatic reading TXT file
Quote:
Originally Posted by
sunnysun520
what I mean is listenning to people read txt file。how can I using Qt to realize it!
Just take a comfortable chair, sit down, start QtDemo to have some pleasant visual experience and start listening to people reading text files ;)
Hint: We still don't understand what you meant.
Re: automatic reading TXT file
Perhaps he is thinking of a speech synthesizer?
On Windows this might be of help: http://en.wikipedia.org/wiki/Speech_...ming_Interface
No idea what APIs exist on other platforms, or if there is a cross-platform library for speech synthesis.
Re: automatic reading TXT file
Quote:
Originally Posted by
Boron
Perhaps he is thinking of a speech synthesizer?
That crossed my mind as well but then I asked myself "Why would anyone expect a general application development framework to contain a speech syntethizer (for all possible languages in the world probably) ?".
Re: automatic reading TXT file
Quote:
Originally Posted by
Boron
I'm sorry. maybe my English is so poor. what Boron say is I want to say. if I want to realize it on linux . Is it possible?
Re: automatic reading TXT file
You need to have a speech syntherizer for the proper language. Qt won't help you with that in any way.
Re: automatic reading TXT file
Thanks,maybe I can use QProcess to call the external program handling it. Would that be feasible?
Re: automatic reading TXT file
Yes, you can use QProcess or a library call if a particular synthetizer is distributed as a library.