Skip to content

RoboCupatHomeSim/console-simple-tts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Text-to-Speech

This is a submodule software for the RoboCup@Home Simulation.

The console application synthesize voice sounds of the given text using SAPI.
This project generates Interop.SpeechLib.dll for the application.

Prerequisites

  • Windows 10
  • Visual Studio 2019
  • Microsoft Speech Platform

How to Build

  1. Launch Visual Studio.
  2. Open the ConsoleSimpleTTS.sln with Visual Studio.
  3. Click [Build]-[Build Solution].
  4. ConsoleSimpleTTS.exe and Interop.SpeechLib.dll are generated in a "ConsoleSimpleTTS\bin\Release" folder.

How to Execute

  1. Launch a command prompt.
  2. You can confirm Text-to-Speech by executing the following command.
> cd ConsoleSimpleTTS\bin\Release
> ConsoleSimpleTTS "I have a pen"
  1. You can also set options to the second argument.
    The 409 means English (United States).
> ConsoleSimpleTTS "I have a pen" "Language=409;Gender=Female"

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Submodule for Text-to-Speech

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages