I need to play mp3 sounds on different sound devices (not only the default) on Windows XP. How can I choose a sound device on windows xp to play my mp3 file? ( I am programming on C# , but C++ answer will be good as well). Thanks for your answers
Asked
Active
Viewed 192 times
2
-
Multiple devices simultaneously? What API are you using for playing audio currently? – Brad Dec 03 '12 at 01:54
-
Not simultaneously, I need to give users the ability to choose the sound device. Now I am using System.Windows.Media.MediaPlayer but it only plays sound on default sound device. – Gilat Dec 03 '12 at 08:47