Stream wav data to a file
- From: "nicolasr" <nicolasrNOSPAMATSIGNgmx.net>
- Date: Tue, 7 Mar 2006 03:31:14 +0100
Hi,
does anyone have a sketch how to use DShow multimedia streams
to create a wav file?
I suppose there is not much benefit from using streams compared
to the MMIO APIs, however, I like coding DShow interfaces with
smart pointers much more than standard API.
Unfortunately the only mention of writing streams is in the documentation
of IAMMultiMediaStream->Initialize() where I can specify the stream type
as STREAMTYPE_WRITE.
But how to go on from that? I thought I would add a blank audio stream,
specify filename, format and fill in my samples somewhere, but where?
thanks for any idea,
Nick
.
- Follow-Ups:
- Re: Stream wav data to a file
- From: Iain
- Re: Stream wav data to a file
- Prev by Date: Re: how do I access PCM data using DirectShow?
- Next by Date: Re: how do I access PCM data using DirectShow?
- Previous by thread: Re: how do I access PCM data using DirectShow?
- Next by thread: Re: Stream wav data to a file
- Index(es):
Relevant Pages
|