Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force mute #132

Open
tonweb-ru opened this issue Jun 22, 2023 · 0 comments
Open

Force mute #132

tonweb-ru opened this issue Jun 22, 2023 · 0 comments

Comments

@tonweb-ru
Copy link

Force mute on websites. It is necessary that the sound remains on the page.
In safari, the site is set to "do not block sound", it works in the browser, but not in the application.
In app options: "Mute audio" is off..

Audio code in page:

<script> const AudioContext = window.AudioContext || window.webkitAudioContext; const audioCtx = new AudioContext(); bell = new Audio("danger.mp3"); /*** The magical line ***/ bell.load() bell.play() </script>

Plash 2.13.4 (53) - com.sindresorhus.Plash
macOS 13.4.1
MacBookAir10,1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant