svsticky / magnificent-sloth

Point of Sale for Dead Mongoose
4 stars 3 forks source link

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

Open SpookyBoy99 opened 9 months ago

SpookyBoy99 commented 9 months ago

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.