Windows > Software Development for Windows Client Forums > DirectShow Development > How to Creat a Virtual Audio Capturing Device
Ask a questionAsk a question
 

AnswerHow to Creat a Virtual Audio Capturing Device

  • Monday, November 02, 2009 6:30 PMharissarwar Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    How can i create a virtual audio capturing device?

    I want to do some processing for echo cancellation for a flash application.

    Only way to use my processing is to show an audio device to a flash player.

    Internally i want to use the default audio capturing source as a source and use some echo cancellation filter after it.

    I don't know whether its possible or not.

    Any help will be greatly appreciated.

Answers

  • Monday, November 02, 2009 7:08 PMChris P_MVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    It's not possible in DirectShow.  You will need to write a Virtual Audio Device (VAD) and do the echo cancellation processing internally.  See the Windows DDK for a VAD sample \src\audio\msvad


    www.chrisnet.net
    • Marked As Answer byharissarwar Tuesday, November 03, 2009 12:27 PM
    •  

All Replies