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'.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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'.
Does it have to be DirectShow? You might want to look at the RecordWav sample
in http://windowsmedianet.sourceforge.net/.
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
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.
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