user2124713
user2124713

Reputation: 1

how to play SIP RTP packets

I'm working on windows, trying to make one application in .NET that capture the RTP SIP traffic information, and send it to julius for word detection, example if the person at the line says "one" julius can detect based on the grammar file the word "one", two, three, etc. Testing with microphone input, julius goes fine, and the detection works like a charm. My problem is that the audio will not come from microphone anymore, because it will come from RTP sip call. So, how can I pass the RTP audio packets from network to julius input? Maybe if I can convert the RTP to audio on the fly and pass it to microphone input so julius can make the detection?

Upvotes: 0

Views: 321

Answers (1)

Adam Wright
Adam Wright

Reputation: 129

The Stereo mix device might help you. This is a tricky device which allows any app to record what you are playing. Just playback to this device from your app and configure julius to listen on this device (or set this as the default device).

You can find the details about how to enable the stereo mix device here.

Upvotes: 0

Related Questions