voice capture to memory stream
-
2008年3月25日 12:12
I need help with real-time cature voice to memory stream and not after that wav file created.
Could you explain how exaclty via code I can make capturing voice to memory stream.
Thanks
全部回复
-
2008年3月25日 14:23That is not currently possible in Speech Server.
-
2008年3月25日 16:13
May be exist any API or onsupported way to do this?
Thanks
-
2008年4月10日 14:20
Hi vovanb,
What purpose would this stream serve? Is there a compelling reason you can't create a 3 way call from the switch?
Eric
-
2008年5月1日 7:59
Hi Eric,
I want to use SS workflow functionality and record voice in specific points in flow. So I need to capture voice in real-time from the SS workflow.
-
2008年5月28日 12:09
Hi vovanb,
Sorry for taking so long to reply.
If you use a .NET reflector on the SS DLLs, you might find your answer, but it's very deep within the system. I didn't see any easy way to do it.
On the other hand, you might be able to use a conference bridge to have another SS line to sit idle, listening, and send it commands when you want it to start recording. If you have the resources, perhaps you can write/use a man-in-the-middle RTP stream.
Eric
-
2008年5月29日 7:05Using anonther SS would result in a wave file recording which is already possible on the one SS by using audio retention.
-
2008年6月2日 6:24
Dear Eric and Ahmed,
the making conference to another SS line and recording to wave fiel is not enough because of I need real-time recording to memory stream.
But may be "If you have the resources, perhaps you can write/use a man-in-the-middle RTP stream."
Could you please explain in High Level how I can achieve RTP recording (is it should be SS line or new SIP line)?
Thanks.