Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I did look into it. From what I can tell, WASAPI Loopback can only capture audio after all Audio Processing Objects are finished in the chain. I also looked into implementing my own APO with the intention to capture audio earlier in the chain, but there does not seem to be a mechanism to ensure MiniMeters would be before EQ APO.

For now, I will add a help page clarifying that EQ APO and MM are not generally compatible. I will also sit down and see if I can find any VST3 -> VST2 wrappers that are compatible.

However, do note that the MiniMetersServer Plug-In is open source (at the moment).

Thank you so much! I don't know a ton about EQ APO under the hood, but if I can be any help at all, just let me know.

I did some tests and was unable to get any of the wrappers I tried to work properly with MiniMetersServer, but I am unsure if that is due to the wrappers or if something is preventing it from talking to MiniMeters properly. I will do more research there.

I had the same trouble when I tried wrappers myself 😅 guess I'm glad to bear I wasn't doing anything wrong on my end!