Who I should assign to control sounds - server or client?

So, I’m making game like Plates of fate. I have decided to add sounds, but IDK who should control them - server or client?
Background music is ofc client’s workside, but what about other, like breaking, explosions, and such?

Server, much easier to handle Sounds on the server. Unless its a sound for a specific player then you’ll use Client.