Click here to Skip to main content
15,893,381 members

Comments by kinani (Top 38 by date)

kinani 16-Aug-11 6:03am View    
Thanks TRK3 , i have resolved the problem
kinani 12-Aug-11 6:15am View    
Hello how can select output device with directshow thanks
kinani 6-Jul-11 16:19pm View    
Hello TRK3
all devices are equivalent i have tried a function from directsound ( soundenumerator) that allows to enumerate the 5 devices that i have but i dont know how select a devives from this list to a sound . i use directshow to play sounds ( mp3 and wav ) with filters and winmm.lib ( wavformatex )to generate and play self generated sound .
kinani 5-Jul-11 10:09am View    
Mr TRK3 you'r right i tried this
play(mp3,device3);
play(wav,device1);
play(selfGenerated,device2);
and "they play pretty much at the same time"! Thanks
kinani 27-Jun-11 16:56pm View    
thanks
no i didn't tried it yet but i fear that it will play mp3 ->play(mp3,device3) and after this ->play(wav,device1)and son on ( i haven't finished programming these function to try it )