Closed johnspeny closed 1 year ago
@johnspeny Maybe a discussion board thema?
Well I wanted to hear it from @DelinWorks because his actually using it in this project. I am only asking on a project level on things I am seeing being used.
Yes. But this can be interesst also others later
@DelinWorks already posted it, that time he was looking for help on how to intergrate it with axmol or something like that.
yes
@johnspeny I used FMOD because OpenAL support is not that great to be honest, first it doesn't have audio panning and sometimes the audio effects work on windows but not on android and it's pretty buggy, it also doesn't support nested audio group channels, I've seen games use FMOD and i decided to use it because it might be a good choice over OpenAL, OpenAL feels like it might cause a lot of frustrations over the long run. Hope that helps!
Alright made some research, it industry standard especially because of adaptive audio(one of its features). Let me try intergrate it n play around with its features.
I got fmod to run well on my end especially for win32
I see you are using FMod to handle audio, what benefits does it have over the inbuilt or default audio engine in axmol?. Personally I have never used FMod, just want to know what is it better at