Hello,
I have poor understanding of both.
1.
Using SAPI 5 I redirect text-to-speech to CustomStream object which is created the following way:
Set CustomStream = New SpeechLib.SpCustomStream
and then SAPI output is redirected to it:
Set .AudioOutputStream = CustomStream
I do not understand what really that CustomStream is.

2.
Because of that I do not know how to send it to RemotePort using Winsock.
When I do:
Winsock1.SendData CustomStream
I have nothing on receiving end.

How should I prepare CustomStream to be able to do that?

Any comments appreciated,
jas