According to the M$ if you set the SampleGrabber Filter to
majortype := MEDIATYPE_AUDIO;
subtype := MEDIASUBTYPE_PCM;//GUID_NULL;
formattype := FORMAT_WaveFormatEx;
The Add it to the Filter Graph Then Render the file the SampleGrabber will "intelligently" connect itself so
you get the samples in the form of Subtype. I have tried everything and unless I feed it a wav I get the Compressed samples rather than PCM. I have tried rendering the file
removing the audio render connecting the SampleGrabber back
then reattaching the Audio Render with the exact same effect. I have look using google and AltaVista and all I get is the same answer over and over that what M$ says is true Well I can prove its not !
Please Help !
majortype := MEDIATYPE_AUDIO;
subtype := MEDIASUBTYPE_PCM;//GUID_NULL;
formattype := FORMAT_WaveFormatEx;
The Add it to the Filter Graph Then Render the file the SampleGrabber will "intelligently" connect itself so
you get the samples in the form of Subtype. I have tried everything and unless I feed it a wav I get the Compressed samples rather than PCM. I have tried rendering the file
removing the audio render connecting the SampleGrabber back
then reattaching the Audio Render with the exact same effect. I have look using google and AltaVista and all I get is the same answer over and over that what M$ says is true Well I can prove its not !
Please Help !