I need to play a custom audio stream in WPF. I can deal with the mp3/wmv restrictions.
The MediaStreamSource class seems ideal, but all the examples I have seen are Silverlight 3.
Is there a WPF equivalent?
Thanks
Pete
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use NAudio to play custom audio streams in WPF. It can make use of any ACM codecs installed, or you can write your own in managed code.