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

Move audio playback to the "front-end" #93

Open
SpookyBoy99 opened this issue Feb 29, 2024 · 0 comments
Open

Move audio playback to the "front-end" #93

SpookyBoy99 opened this issue Feb 29, 2024 · 0 comments

Comments

@SpookyBoy99
Copy link

hello.mp3 and goodbye.mp3 are played via the "back-end" node instance, requiring a package that spawns a process for playing the audio (such as aplay or mpg123). The front-end of electron has built-in support for playing audio and does not require any additional dependencies. I suggest using an ipc event to trigger audio playback from the electron thread.

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

No branches or pull requests

1 participant