locked
How can I add equalizer for mediafoundation..? RRS feed

  • Question

  • I developed a 10band equalizer for naudio.

    However it wont work with winrt apps. So I built one more with mediafoundation. However I dont understand where can I add the equalizer class...? 


    Ajit


    • Edited by Ajit7832 Wednesday, January 28, 2015 9:46 AM
    Wednesday, January 28, 2015 9:46 AM

Answers

  • Hi,

    I am not very familiar with the issue. As far as I know, you would need to write your equalizer as a MFT using C++.

    The Media Extensions sample demonstrates how to write and call MFTs. You can use that as a starting point to add your equalizer behavior.

    Best Wishes!


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

    • Marked as answer by Ajit7832 Saturday, January 31, 2015 5:34 PM
    Thursday, January 29, 2015 7:03 AM