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

Add test for ISpVoice::Speak #3

Closed
wants to merge 9 commits into from
Closed

Conversation

modmuss50
Copy link
Member

Minecraft uses ISpVoice::Speak for the narrator. This PR adds a minimal test for this proving that it doesnt currently work in the app container, failing with Cannot complete this function.. I have tried a handful of custom capabilities without any success.

It seems a silly API to limit in UWP apps, there are alternative text-to-speech APIs we could use, however the likely final solution would be to hook the API call and do it via the host process (same as mouse input is handled)

@modmuss50
Copy link
Member Author

Superseeded by: #10 and others.

@modmuss50 modmuss50 closed this May 25, 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.

1 participant