This series adds a couple of features to WinRT's media.speech:
- IVoiceInformation, and synthetizer's options are present
(mainly use to store information, not yet to make fully use of it)
- add a dummy implementation (1 single voice); that should be extended
in future series by using ISpVoice instead
- add a couple of more tests to go with implementation
(the serie should prevent MS Flight simulator to crash on first
connection. Crash is due to exception handling of C# generated
exceptions from E_NOTIMPL with some X11 related critical resources).
A+
--
v2: windows.media.speech: Implement get/put voice on synthesizer.
windows.media.speech: Implement default voice.
windows.media.speech: Add more tests about voice selection.
windows.media.speech: Finish implement the voice information view.
windows.media.speech/tests: Added tests about vector view's content.
windows.media.speech: Add basic implementation of IVoiceInformation.
windows.media.speech: Add more tests about IVoiceInformation.
windows.media.speech: Add basic implementation on synthesizer options.
windows.media.speech: Adding a couple of synthesizer's options tests.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3048