Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.

คำถาม voice capture to memory stream

  • 25 มีนาคม 2551 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

ตอบทั้งหมด

  • 25 มีนาคม 2551 14:23
     
     
    That is not currently possible in Speech Server.
  • 25 มีนาคม 2551 16:13
     
     

     

    May be exist any API or onsupported way to do this?

    Thanks

  • 10 เมษายน 2551 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

     

  • 1 พฤษภาคม 2551 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.

  • 28 พฤษภาคม 2551 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

     

     

  • 29 พฤษภาคม 2551 7:05
     
     
    Using anonther SS would result in a wave file recording which is already possible on the one SS by using audio retention.
  • 2 มิถุนายน 2551 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.