This is a simple web-based system for managing audio alerts. It allows users to define alerts based on variable conditions and trigger actions such as playing audio files or using Text-to-Speech (TTS) for spoken alerts.
- Define alert conditions based on variable values.
- Choose between audio alerts or TTS for spoken alerts.
- Customize alert settings such as volume and sound type.
- Save and load alert configurations from localStorage.
The screenshot above illustrates the structure of the alert configuration table.
You can find a working example here: https://dounford-felipe.github.io/Audio-Alerts/
-
Clone the Repository:
git clone https://github.com/Dounford-Felipe/Audio-Alerts.git cd Audio-Alerts
-
Add CSS and add it to any page you want
This does not come with any style, you will need to add CSS as needed. After styling the table you can add it to any page, everything loads automatically.
This system relies on the capabilities of modern web browsers and utilizes HTML, CSS, and JavaScript.
The code is well-commented for clarity and ease of understanding. Each major function and section has comments explaining its purpose and functionality.
Contributions are welcome! Feel free to open issues or submit pull requests to enhance the functionality, fix bugs, or improve documentation. You can contact dounford#0 on Discord if you need any help.
This project is licensed under the MIT License.