1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-09 04:16:08 +00:00
wine/dlls/windows.media.speech
Bernhard Kölbl d81bb88366 windows.media.speech: Add stub ISpeechSynthesisStream iface.
Based on a patch by Connor McAdams <cmcadams@codeweavers.com>

Silences a warning about narrator being broken in Forza Horizon 5.

Signed-off-by: Bernhard Kölbl <besentv@gmail.com>
2022-06-14 22:04:55 +02:00
..
tests windows.media.speech: Add stub ISpeechSynthesisStream iface. 2022-06-14 22:04:55 +02:00
async.c windows.media.speech: Make IAsyncAction concurrent. 2022-05-24 17:34:59 +02:00
classes.idl windows.media.speech: Add SpeechRecognizer statics stubs. 2022-03-10 22:18:58 +01:00
event_handlers.c windows.media.speech: Implement ResultGenerated event. 2022-03-16 21:16:21 +01:00
listconstraint.c windows.media.speech: Store speech commands in listconstraint. 2022-03-29 20:53:50 +02:00
main.c windows.media.speech: Add SpeechRecognitionListConstraint statics stub. 2022-03-14 18:30:28 +01:00
Makefile.in windows.media.speech: Add IAsyncOperation<Inspectable*> stub. 2022-04-06 23:07:20 +02:00
private.h windows.media.speech: Make IAsyncAction concurrent. 2022-05-24 17:34:59 +02:00
recognizer.c windows.media.speech: Make IAsyncAction concurrent. 2022-05-24 17:34:59 +02:00
synthesizer.c windows.media.speech: Add stub ISpeechSynthesisStream iface. 2022-06-14 22:04:55 +02:00
vector.c windows.media.speech: Add IIterator<Inspectable*>. 2022-03-30 21:56:59 +02:00
windows.media.speech.spec