(Commented out.)
File is
air.horn.mp3
Converted to Data URI
here.
Result: Works on desktop. Still does not work on mobile.
(Have removed this Data URI because it is generating hits on searches on this site.)
<audio controls > (visible controls on screen)
On page load, JS calls audio play() (what the button calls above).
Does not work. The same policy that disables audio autoplay also disables JS script play(). Only a user action can trigger JS script play().
(Not implemented on this page.)