i noticed you have platform json files. Here's how you run a sound effect in the windows cmd. ``` exec('powershell -c (New-Object Media.SoundPlayer "notification.wav").PlaySync();', function (error, stdout, stderr) { // output is in stdout }); ```
i noticed you have platform json files. Here's how you run a sound effect in the windows cmd.