Hi All,
I am creating an application for windows phone 8 where I have to play streamed audio RTP packet which I am receiving continuously.
I don't want to store it and play it again. I will keep on receiving packets and I directly want to play that.
I think MediaElement will not work as its not allow to play streamed buffer audio.
Will XAudio2 suites my requirement here?
I tried many solution. Can I use XNA sound effect to play streamed audio packets?
Does anyone knows any working code to play streamed audio from buffer?
Thanks

Reply With Quote

