I want to implement a Virtual Audio Capture filter.
1- Each audio sample write in Memory Mapped File on another filter graph.
2- In Audio filter, and inside of FillBuffer method Shared Memory read and copy on pSample
3- My problem has shown in the following image:
While Buffer info duration should be 33ms, it is 1088 ms.
What is wrong? and what I need to change and update?
Thanks for any help or hints.