Re: C# and FMOD

f you download FMOD, it has a .cs file that function as language bindings for .NET to the FMOD API. The docs also list C# function declarations as well. The files your concerned with are fmod.cs, fmod_dsp.cs, and fmod_errors.cs, for the core aPI; and fmod_studio.cs, for the studio API, both of which are located under C:\Program Files (x86)\FMOD SoundSystem\FMOD Studio API Windows\api\core\inc and C:\Program Files (x86)\FMOD SoundSystem\FMOD Studio API Windows\api\studio\inc, respectively. The FSBank API does not have C# bindings yet, so you'll need to use some C/C++ for that. The paths that I listed correspond to the default FMOD API installation path on windows only.

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector

Reply via email to