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

Repeat Sound and Add to Timer #1333

Open
96LawDawg opened this issue Sep 16, 2022 · 1 comment · May be fixed by #2378
Open

Repeat Sound and Add to Timer #1333

96LawDawg opened this issue Sep 16, 2022 · 1 comment · May be fixed by #2378
Labels
enhancement New feature or request routine operations changes to button behavior

Comments

@96LawDawg
Copy link
Collaborator

@mousewax would like to be able to repeat a sound so that when it stops playing, you can play it again automatically.

He would also like a property added to timers that would automatically play a sound at the end of the timer (without having to invoke a millisecondsChangeRoutine).

@96LawDawg 96LawDawg added enhancement New feature or request routine operations changes to button behavior labels Sep 16, 2022
@mousewax
Copy link
Collaborator

mousewax commented Sep 16, 2022

Something maybe like:

"alertSound": {
    "source": "/assets/-1971822414_355046",
    "type": "audio/x-wav",
    "maxVolume": 1,
    "repeat": false
}

96LawDawg added a commit that referenced this issue Nov 29, 2024
Fixes #1333 if this and #2377 are merged.

Adds a property to timers `alertSound` that links to a URL and is played if the timer alert is triggered.

The tutorial is updated to relfect the change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request routine operations changes to button behavior
Projects
None yet
2 participants