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

Louder sirens and ignore mute #1

Open
gabor-boros opened this issue Nov 23, 2024 · 1 comment
Open

Louder sirens and ignore mute #1

gabor-boros opened this issue Nov 23, 2024 · 1 comment

Comments

@gabor-boros
Copy link

Although I don't know much about Android, on iOS, it is possible to send alerts that ignore if the device is muted. These alerts are extremely loud as well.

Would it be possible to increase the volume of the current sirens (like, by over amplifying it) and ignore if the device is muted?

@nizarmah
Copy link
Owner

Hey @gabor-boros! I think I know the alerts you're mentioning. They're usually sent by governments for natural disasters or similar.

Based on the research I just did, it's Wireless Emergency Alerts (WEA) via cellular networks, called Cell Broadcasting. It's OS level unfortunately.

However, in this case, we just need to raise the volume to the max so the siren is loud. On android, it's possible to do that, but adds complexity. On apple it requires a permission that's rarely accepted.

Those were some of the corners I cut to get this out there quicker. Now, I can try to implement them.

While promoting though, I learned that rescue teams use infrared to discover victims under rubble. That's much better and more reliable tech than what I'm trying to build. So I'm going to wait slightly longer to know whether it's useful to continue building this or not.

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

2 participants