Just trying to do some sound tests with FMOD.
When I add s_AudioImplName = CryAudioImplFmod in the system.cfg file I get the following assert with a clean new project:
Condition: fmodResult == FMOD_OK [line 997] [File=D:/jk/gamesdk_release/Code/CryEngine/CryAudioSystem/implementations/CryAudioImplFmod/AudioImpl.cpp]
Sound does not work at all in the example level unless I remove this line.

Any thoughts?