I want to play a sound through webcam using c# code.I having webcam,which having audio option.So how can i do it?
Asked
Active
Viewed 197 times
0
-
So your webcam has a mic and/or speaker? – sschrass Aug 17 '12 at 07:07
-
2and its plugged in to your PC and has its custom drivers installed? In that case there must be an driver for audio playback (and recording), that you can check in your Windows Sound Settings. You need to reference that specific driver in your code for playback. – sschrass Aug 17 '12 at 07:36
1 Answers
3
may you want to read this question Get list of audio devices and select one using c# on how to get audio device which you want to use for playback.