Playing sounds from ECS

I have an RTS-style game with units as ECS Entities and simulation in jobs, there are no GameObjects. I want to play multiple simultaneous weapon fire and explosion effects with correct locations and distances from the camera. Is it possible with ECS or do I need to create GameObjects with AudioSources?

This is probably a good starting discussion: DOTS Audio Discussion