Skip to content

This application converts text to speech using voices installed on your computer

Notifications You must be signed in to change notification settings

rutkowskit/VRT.TextToSpeech

Repository files navigation

Text To Speech App

This application converts text to speech with the help of voices installed in the Windows operating system.

Installation Instructions

You will need to build the project to create an executable file. In the project directory, run this command at the command line:

dotnet publish -c Release --self-contained false

or if you prefere less number of dll-s, then you can use the following command:

dotnet publish -c Release -p:PublishSingleFile=true --self-contained false -r win-x64

Copy items from publish directory and place it in the directory of your desire. Double-click the exe file to execute the application.

System requirenments

Current Features

  1. Converts text in text box to speech. Then sends it to the default audio output device,
  2. Saving of speech to an audio file.

Possible Ideas

  • Save current state (Text and Progress) when application closes and restore it after application starts
  • Save current user configuration

About

This application converts text to speech using voices installed on your computer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages