I made an example application that creates a filter graph to capture sound from a microphone and transfer it to a file. Is there any filter that allows me to pass to the memory buffer instead?
I follow the approach described in the msdn article and currently use the CLSID_FileWriter object to write sound to a file. This works well, but I cannot figure out how to write to the memory buffer.
Is there a memory receiver filter, or should I create one myself? (I would prefer one that is related to Windows XP)
source share