Search code examples
c#.netwindowsnarrator

Use Windows Narrator through .NET


Is there a way to use text-to-speech capabilities of Windows Narrator in .NET applications? I want to use it or a similar service to read out loud strings from my C# application. Would that be possible?


Solution

  • Ms has a speech API and now have a easily consumed managed interface.