44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
SimpleTts
|
|
|
|
Demonstrates
|
|
============
|
|
SimpleTts is an elementary application showcasing text-to-speech (TTS).
|
|
The application speaks the text in the text box using a default voice. SimpleTts
|
|
can also save the speech to a wav file.
|
|
|
|
Sample Language Implementations
|
|
===============================
|
|
This sample is available in C#.
|
|
|
|
Files
|
|
=====
|
|
SimpleTts.cs Implementation of SimpleTts application.
|
|
|
|
AssemblyInfo.cs General information about SimpleTts assembly.
|
|
|
|
SimpleTts.csproj Visual C# project file.
|
|
|
|
SimpleTts.sln Microsoft Visual Studio solution file.
|
|
|
|
Readme.txt This file.
|
|
|
|
To build the sample using the command prompt:
|
|
=============================================
|
|
1. Open the Command Prompt window and navigate to the directory.
|
|
2. Type "msbuild".
|
|
|
|
To build the sample using Visual Studio 2005 or Visual Studio 2008:
|
|
==================================================================
|
|
1. Open Windows Explorer and navigate to the directory.
|
|
2. Double-click the icon for the SimpleTts.sln (solution) file
|
|
to open the file in Visual Studio.
|
|
3. In the Build menu, select Build Solution. The sample will be built in the
|
|
"bin\Debug" or "bin\Release" directory.
|
|
|
|
To run the sample:
|
|
=================
|
|
1. Navigate to the directory that contains the executable, using the command
|
|
prompt or Windows Explorer.
|
|
2. Type SimpleTts.exe at the command line, or double-click the icon for
|
|
SimpleTts.exe to launch it from Windows Explorer.
|