Recently abused by the TOEFL Word dog:: >_Want to do a software that can automatically turn the word into speech, so that you can wear headphones on the road while walking and listening ~Using Microsoft's TTS Voice library can be easily implemented. Early TTS would be a hassle to read in both English and Chinese, but the new SDK from WIN10 has solved the problem. Chinese and English are automatically recognized. This is amazing ~Note: If you are using
This feature of OS7 is really good. I just tried to use the official API to convert Text to Speech with just a few simple codes!
Xcode 5.0
After the project is created, add the AVFoundation. framework to the project.
AVSpeechSynthesizer * av = [[AVSpeechSynthesizer alloc] init];AVSpeechUtterance * utterance = [[AVSpeechUtterance alloc] initWithString: @ "Hello qingjoin"]; // The
Recently, Google, a whimsy player who wants to play with text-to-Speech games, found that Microsoft has a tts sdk, checked the relevant information, and found that it was really good. Then he started to play with the Microsoft Speech sdk demo.
The latest Version on the Internet seems to be Microsoft Speech SDK Version
Https://github.com/buriburisuri/speech-to-text-wavenet
1. In order not to conflict with the previous environment, we use the Python virtualenv to install TensorFlow
Pip Install Virtualenv
mkdir TensorFlow
Virtualenv TensorFlow--no-site-packages
CD TensorFlow
SOURCE Bin/active
2. Install TensorFlow
Pip Install--upgrade Tensorflow-gpu
3. Install dependent libraries
sudo apt-get install Libsndfile-de
Start BCB, open the menu item Project->import Type Library ..., click Add in the Pop-up dialog box, select Vtxtauto.tlb under Windows\speech directory, and join Vtxtauto[version 1.0] One item. Clicking OK,BCB automatically generates a vtxtauto_tlb.cpp file. This file contains the COM class interface of the TTS engine, which can be used to communicate with DLL fil
in the Myprog directory, so DatabaseName is set to C:\myprog here, Set TableName to the name of the datasheet that corresponds to the default playback file, which is set to EX1.DBF.
3, the caption of the Radiogroup control is set to ' Please select the playback content ', add three lines to the Itmes feature: Martin Luther King, Lincoln, Ronald Reagan.
4, RichEdit control of the lines characteristics plus ' spe
For those who often read novels, they are prone to eye fatigue. The speech synthesis technology under Vista has already done a good job. Therefore, we have referenced this technology to write a small software that can read text/files.
Software instructions:
1. start -- start reading: when there is data in the text box, read the
The holiday is over, and I return to school again.
I have been doing WinForm before, and now I have finished it. Then I am going to apply it on the Internet. After a long period of exploration and study, I finally got a rough outline in my mind, understand the General Principles
An instant messaging software similar to QQ is used as an example.
There are a lot of chat program source code that can be downloaded on the Internet, including the QQ series of source code that implements
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.