I'm pretty new to this DirectShow stuff, and i need help getting the audio from a TV Tuner. Anyone have an examples to get this done
Thanks
Assuming Analog TV... http://msdn.microsoft.com/en-us/library/dd373516%28VS.85%29.aspx http://msdn.microsoft.com/en-us/library/dd318625%28VS.85%29.aspx
Sorry, Yes, Analog TV, i have the video up and running, but with no audio, will look at the links and see what i can do
Also, the c++ code really does me no good, it's been way too long since i looked at it
https://sourceforge.net/forum/message.php?msg_id=4795516
or
https://sourceforge.net/search/index.php?group_id=136334&form_submit=Search&search_subject=1&search_body=1&type_of_search=forums&all_words=dxtuner+sound
I got it
This works
thanks guys
hr = captureGraphBuilder.RenderStream(null, MediaType.Audio, theDevice, null, null); DsError.ThrowExceptionForHR(hr);
Log in to post a comment.
I'm pretty new to this DirectShow stuff, and i need help getting the audio from a TV Tuner. Anyone have an examples to get this done
Thanks
Assuming Analog TV...
http://msdn.microsoft.com/en-us/library/dd373516%28VS.85%29.aspx
http://msdn.microsoft.com/en-us/library/dd318625%28VS.85%29.aspx
Sorry, Yes, Analog TV, i have the video up and running, but with no audio, will look at the links and see what i can do
Also, the c++ code really does me no good, it's been way too long since i looked at it
https://sourceforge.net/forum/message.php?msg_id=4795516
or
https://sourceforge.net/search/index.php?group_id=136334&form_submit=Search&search_subject=1&search_body=1&type_of_search=forums&all_words=dxtuner+sound
I got it
This works
thanks guys
hr = captureGraphBuilder.RenderStream(null, MediaType.Audio, theDevice, null, null);
DsError.ThrowExceptionForHR(hr);