No Audio Output Issue on HTML Output
Bandock opened this issue · 2 comments
I've noticed this issue before with another program I saved HTML output where no audio was being output. However, I decided to go ahead and test it with the 'xomusicplayer.8o' example. Not sure if it's just the issue with my browser (Chromium, running on Raspberry OS/Raspbian) when loading local HTML files with audio. All other forms of output (Cartridges included) do not exhibit this issue.
Attachment: XOMusicPlayerHTMLNoAudio.zip
.
Per the FAQ:
Many web browsers do not allow JavaScript programs to start playing audio unless a user has directly interacted with a page. Octo will try to initialize audio when the user first presses a key on the keyboard or, on mobile devices, taps the display. Take this into account when designing audio for start screens and similar.
Per the FAQ:
Many web browsers do not allow JavaScript programs to start playing audio unless a user has directly interacted with a page. Octo will try to initialize audio when the user first presses a key on the keyboard or, on mobile devices, taps the display. Take this into account when designing audio for start screens and similar.
Thank you for letting me know. I'll go ahead and close this issue.