-
How to set up the FMOD API in Xcode | by Miguel A. Ahumada | Medium
First download the FMOD API from this website. You’ll probably need to log in. If you don’t have an account just make one. Don’t overthink it. I created another folder called FMOD_API and within that…
-
🔊Play an audio file with XAudio2 | by Miguel A. Ahumada | Medium
Alright, I hope that with this you can get an idea on how to play an audio file using XAudio2, which is a low level audio API used for games in Windows.
-
🔉 How to set up the FMOD API in Visual Studio | by Miguel A. Ahumada | Medium
Go to this site to download the FMOD API. Sign in, and then click in the FMOD engine to find your chosen version. I used 2.02.12 for Windows, not Windows 10 UWP. Click on the FMOD API installer and…