Rendering a stream

Hello everyone,

I'm really new in directshow development, and I hope you will be able to help me.
I need to play a wave (non PCM format) directly from the memory stream, because I can't create a file and thus I can't use the RenderFile method.
Is there a similar RenderFile method that plays a wave using a stream data as input parameter
Or is it necessary to use a filter to make this operation

If is possible, please, send me a sample.

Thanks in advance, Ajr



Answer this question

Rendering a stream

  • Jams1999

    I'm not aware of any existing filters that do this. Certainly none of the ones that ship with XP will.

    You might consider creating your own filter.


  • Rendering a stream