playing sound
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
hi i wanted to know is there any API or MFC class for playing sound??? i want to play a .midi file and a .wav file. would you enumerate them and i will check them . thx
-
hi i wanted to know is there any API or MFC class for playing sound??? i want to play a .midi file and a .wav file. would you enumerate them and i will check them . thx
DirectShow API PlaySound() function for wav sounds MCI for midi... NG