Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created November 22, 2018 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icebeam7/c3c0f4599d39c678144d713db6508d23 to your computer and use it in GitHub Desktop.
Save icebeam7/c3c0f4599d39c678144d713db6508d23 to your computer and use it in GitHub Desktop.
DemoTTS: ITextToSpeech.cs
namespace DemoTTS.Interfaces
{
public interface ITextToSpeech
{
void Speak(string text);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment