Audio Timer is a simple and intuitive web application that allows you to create custom timers with audio notifications. When a timer reaches the end of its countdown, it plays any message you give it using the SpeechSynthesis API.
This app is perfect for managing tasks, workouts, or any activities that require timed audio alerts.
- Create multiple custom timers
- Set a custom audio message for each timer
- Timers are saved in IndexedDB for state persistence
- Audio alerts using the SpeechSynthesis API
- Built with Svelte & Astro
You can access the live demo of the Audio Timer app here.
Clone the repository and install dependencies:
git clone https://github.com/peteretelej/audio-timer.git
cd audio-timer
npm install
Run dev server
npm run dev
Navigate to http://localhost:3000 to view the app.
Contributions are welcome! Feel free to open an issue or submit a pull request if you have any improvements or suggestions.