cancel
Showing results for 
Search instead for 
Did you mean: 

load Equalization Filter into audio SDK

ShawnFeatherly
Explorer
Is it possible to load an equalization filter I've created with my headphones into the Audio SDK?

I'm using the Unity3D version of Oculus's Audio SDK with equalization filters in a *.dat format.
1 REPLY 1

Petroza
Heroic Explorer
There is no way to load the EQ filter into the Audio SDK. The best way to do headphone compensation would be to apply the EQ to the stereo output by making your own EQ filter. This would be quite involved and require some DSP coding but if you want to go that way, you should be able to use OnAudioFilterRead