ultimate_alarm_clock icon indicating copy to clipboard operation
ultimate_alarm_clock copied to clipboard

Feature: Add an element of surprise by allowing users to set alarms with randomized tones

Open its-me-abhishek opened this issue 1 year ago • 7 comments

Description

Description and Implementation:

  • We will prepare a set of audio files with various open source tones or sounds that could serve as alarm tones. These audio files would represent the pool from which the alarm application randomly selects a tone.
  • Will try to keep these files as low sized as possible so as to reduce the overall application size and will be available offline.
  • Develop a function that employs a randomization function to select a tone from the pool of the available audio assets. This ensures that the alarm tone is different each time the alarm goes off, introducing an element of surprise for the user.
  • Will be providing users with the option to enable or disable the randomization feature using a toggle in the application settings. This allows users to have control over whether they want the surprise element in their wake-up routine or not.

Addon:

  • May also implement these set of tones as alarm tone themes such that the user can choose one such theme while setting up an alarm.

its-me-abhishek avatar Nov 14 '23 06:11 its-me-abhishek