A metronome. Plays and repeats a sound. Meant to be used for meditation to calm down, by playing a sound with a lower repeated frequency then seconds. Repeating-time is adjustable in a timerange between 1 second and 60 seconds or one minute and 60 minutes. The browser-app needs no server or internet. Yet, tested only with edge-browser Version 92.0.902.67 (Official build) (64-bit).
This are the possible configuration settings. (details in usersettings.js):
window.loweryourfrequency2relax.timerangeToAvoid = true; // "false" hides the two option-selects with the timerange to pause.
window.loweryourfrequency2relax.soundFile = "tock-02-2sec.m4a"; // path: \mvc\view\sound
window.loweryourfrequency2relax.unit = "sec";
window.loweryourfrequency2relax.backgroundColor = "#336699";
window.loweryourfrequency2relax.backgroundImage = true;
window.loweryourfrequency2relax.backgroundImageName = "03.jpg";
window.loweryourfrequency2relax.backgroundColorSliderAndText = "white";
window.loweryourfrequency2relax.backgroundColorSliderAndText = "white";
window.loweryourfrequency2relax.sliderSetValue = 3.1; // The value that is set on initial load for the slider (repeating interval)
