With these windows API headers I can play sound, but I want to edit/alter sound equalization of stereo mixer output with c++.
Currently:
#include <windows.h>
#include <mmsystem.h>
WINMMAPI MMRESULT WINAPI mixerOpen(LPHMIXER phmx,UINT uMxId,DWORD_PTR dwCallback,DWORD_PTR dwInstance,DWORD fdwOpen);
https://learn.microsoft.com/en-us/windows/win32/multimedia/audio-mixer-functions