-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Reuse the chrome extension JS and create a desktop app using electron.
As this won't be a browser extension the main issue is whether a more "DSP" discipline of accessing the raw audio bytes using OS functionality instead of accessing the Page DOM. This is a more solid approach INMHO. What do you guys think?
Pros:
- Access sound from all running process
- Proof for browser manipulations on DOM
- Cross browser and cross platform
- Use current code - only change the signal acquiring flow
I thought of a simple design with a 'system tray icon' indication the SilverDog app is active.
If a beacon is detected SilverDog electron can use electron notifications to inform the user.
Right click on the Tray Icon open a settings dialog which can be an exact replicate of the current settings.
*System tray icon behavior could be created using electron on all platforms:
Metadata
Metadata
Assignees
Labels
No labels