Menu

Record wav file from mic with DirectShow.NET

2010-02-12
2012-10-29
  • Jozko  Uhricka

    Jozko Uhricka - 2010-02-12

    Hi,

    I am new in DirectShow.NET, but I need help with project Record Wav files from
    Mic using DirectShow.NET library. I use C#2005 express edition.

    Help me with this.

    Thanks.

     
  • Ekin Yıldırım

    There is no exact example in Directshow.Net samples for recording wav files
    but there are some capture projects in samples. You can find out how you can
    do it. Also you can understand directshow by using Graphedit, it is visual
    version of 'what is going on'.

     
  • snarfle

    snarfle - 2010-02-12

    Does it have to be DirectShow? You might want to look at the RecordWav sample
    in http://windowsmedianet.sourceforge.net/.

     
  • Jozko  Uhricka

    Jozko Uhricka - 2010-02-15

    Thanks for reply.

    GraphEdit I use but I dont have needed filter for record audio, I think
    AudioRecorder filter.
    In GraphEdit is big problem which filter has which funcionality, Idon't find
    it.
    Ok, but what I join result from GraphEdit with C# environment?

    Zvarik

     
  • snarfle

    snarfle - 2010-02-15

    None of the filters that ship with the OS will write WAV files. At one time,
    MS had a wav filter as one of their samples in the platform sdk. If you
    absolutely MUST use DirectShow, you are going to want to find that.

    But I think you would be better off using that other library.

     
  • Jozko  Uhricka

    Jozko Uhricka - 2010-02-19

    OK, I will try, the first try I want application taht do next: Sound from mic
    send to output device -repro . Will you help me with this?

    Thanls

     

Log in to post a comment.

Auth0 Logo