Using fmod for music while keepinng uniy's default sound engine for sound fxs

Hi! We are considering using fmod for cool variations on our games music. Since we already have a lot of work done on the sounds side of the game we would like to keep what we have. Delegating just the music to the fmod api.
Would that work?
Thanks in advance

It’s generally better to use Unity audio or FMOD audio and, in fact, some platforms demand it. Shouldn’t be too hard to port your existing sound stuff to FMOD?

Thanks for the answer,

On windows both systems are coexisting fine ( apparently ) .