I would like to play information displayed on the screen in background. I am able to get mp3 stream using text to speech Microsoft REST API to store it and I tried:
A/ to use <audio autoplay><source src='sound.mp3'>
.... It is working but I cannot find the way to disable caching.
B/ solution described at PHP Streaming MP3. It is working but it starts video player. Is there a way how to modify code to start audio player with autoplay but without controls and styles?
Thank you for any help