Skip to content

play a short ding sound when generation or workflow run completes#209

Open
iammojogo-sudo wants to merge 1 commit into
lightningpixel:devfrom
iammojogo-sudo:notification_bell_addition
Open

play a short ding sound when generation or workflow run completes#209
iammojogo-sudo wants to merge 1 commit into
lightningpixel:devfrom
iammojogo-sudo:notification_bell_addition

Conversation

@iammojogo-sudo

Copy link
Copy Markdown
Contributor

When running a generation (image-to-3D or a multi-node workflow), the app currently gives no audible feedback when it finishes. If you're in another tab or just looking away, there's no way to know it's done without checking back.

This PR adds a short, unobtrusive 880Hz "ding" sound (think microwave or oven beep) played once when:

A single image-to-3D generation finishes
A workflow run finishes (all branches complete)
The sound is generated on the fly using the Web Audio API — no audio files to bundle, no new dependencies, works in any modern browser/Electron environment. If audio isn't available for some reason, it silently does nothing.

Changes are minimal: a new utility file (src/shared/utils/sound.ts) and one line each in useGeneration.ts and workflowRunStore.ts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant