when i test the game i can see these speakers this randomly started to happen for no reason how can i stop it
At the top right of the game view, disable “Gizmos”.
On the Gizmos dropdown, top bar of the Scene window, check off AudioSource.
Unity adds all sorts of little helpful pop-ups, just in case. If you are trying to track down an odd noise, this is a great feature for remembering that you have an audioSource on the fireplace. When all of your gameObjects have an audioSource, not so much. Maybe it should be checkedOff by default.
