From: "Lehel"
[Quoted Text] > I managed to get a net broadcast working with the ASF > Writer filter in directshow. > > My problem is that the audio coming through from my mic > gets slowed down sounding like a lower pitch. I'm not > sure what exactly is causing this. I would assume that > the ASF Writer wouldn't be changing the frequency of the > audio samples. > > Am I doing something wrong? Does the default profile > need adjusting?
The WMWriter will resample the audio from the sample rate specified in the input medua type to the sample rate specified in the output profile media type. If you fail to provide data at the sample rate specified for the input media type, then the output will have the wrong speed.
-- // Alessandro Angeli // MVP :: DirectShow / MediaFoundation // mvpnews at riseoftheants dot com // http://www.riseoftheants.com/mmx/faq.htm
|