Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 977 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 977 Bytes

Text2speeech

A windows forms text to speech program

GitHub Workflow Status License

alt text

Features

  • Convert written text to spoken sentences.
  • Choose from different voices.
  • Open and read documents. Supported file types include .txt, .docx, and .pdf

Machine Setup

  • Required Workloads:
    • Visual Studio
    • .NET Desktop Development
    • WiX v3 Toolset
    • Microsoft .NET Framework 4.7.2

Building and running the app from VS

  1. Right click on the TextToSpeech project you wish to run and select 'Set as startup project'.
  2. F5.