Talking Documents with SpVoice COM
This page describes how to use the Microsoft Speech API to let your office document talk to the end user.
TL;DR
Introduction
Discovery
// COM Object
SAPI.SpFileStream.1
TypeName: System.__ComObject#{af67f125-ab39-4e93-b4a2-cc2e66e182a7}
Name MemberType Definition
---- ---------- ----------
Close Method void Close ()
Open Method void Open (string, SpeechStreamFileMode, bool)
Read Method int Read (Variant, int)
Seek Method Variant Seek (Variant, SpeechStreamSeekPositionType)
Write Method int Write (Variant)
Format Property ISpeechAudioFormat Format () {get} {set by ref} Proof of Concept
Conclusion
Last updated