I just want a sound to play whenever a user clicks a button. Said sound is in OGG format.
Any help? 😀
I tried using MediaPlayer, but that seems to be only for videos.
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.
I really doubt there is native OGG format support in WPF. But you can find something in the Net… It looks like this CodeProject article is what you are looking for: .NET Implementation of an Ogg Vorbis Player.
Cheers