I am working on an Electron app with Angular 4. I want to play sound with certain actions. Is there a module or code for this? It can be in Angular 4, or if the electron provides some service for this, it should work too
As I want to play it with some actions, I cannot use the HTML tag and javascript audio ()
I want to play only 2-3 seconds, so no other features are required.
It can be an electron or Angular 4, any of them can work ...
source share