Hacker News new | ask | show | jobs
by stephenwithav 3427 days ago
> If not what are the reasons for a startup to stay away from .NET CORE?

.NET's text-to-speech isn't available in .NET Core, much less on Linux.

1 comments

Isn't that because .NET's TTS is just a wrapper around OS-provided TTS services?
The mistake was having these in the core framework to begin with. It's under the System.Speech namespace and not Windows.Speech or something more appropriate.