Adding a control on a video or audio tag means you’re giving the controls for that audio or video. So you can Pause, Resume, or Skip. There is a way to remove that so the user can’t control it. But the control just makes sure that there is control there for the user. You know like Youtube controls. So if you want the audio to play without the user being able to pause it just do
In addition, if the controls attribute is included in an audio tag, the controls will be displayed along side the audio element. If the controls attribute is removed, the controls will be hidden. Control is the interface for Pause, Resume e.t.c as described above.