Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TTS on non Windows systems? (Fix build on Linux) #8183

Closed
wants to merge 2 commits into from

Conversation

Gzushgshsh
Copy link
Contributor

System.Speech.Synthesis is only available on Windows, I couldn't think of anything better than disabling it on other systems ;-;

@niksedk
Copy link
Member

niksedk commented Apr 15, 2024

Could it be done in TextToSpeech.cs without disabling text to speech entirely?

@Gzushgshsh
Copy link
Contributor Author

If you isolate all the code that depends on System.Speech.Synthesis, there should be no problems at runtime or in compilation

@Gzushgshsh Gzushgshsh closed this Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants