|
-
Mar 1st, 2011, 06:56 PM
#1
Thread Starter
Addicted Member
Using Winsock to send audio custom stream
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
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|