System.Speech in Mono on Linux

前端 未结 1 999
囚心锁ツ
囚心锁ツ 2020-12-12 01:30

I\'m working on a project in Linux (KUbuntu) using Mono and Monodevelop. I want to use the System.Speech library, which is completely possible with Monodevelop in Unity on W

相关标签:
1条回答
  • 2020-12-12 02:28

    System.Speech is a part of MSFT's .Net and is dependent on native audio drivers, the TLS engine, etc... and is only available on Windows.

    I believe there was some work done in Mono with the Speech namespace 4/5 years ago, but there is nothing in this namespace in the current releases.

    You would need to look at third party speech libs on Linux and write some C# wrappers for them if they are not currently available.

    0 讨论(0)
提交回复
热议问题