Node.js Tutorial: Playing Sounds to Provide Notifications

We learn how to play audio in Node.js using the play-sound npm module. We also learn how to play a sound until our notification has been acknowledged.

Similar

How to Process Images in Node.js with Sharp

Digital image processing is a method of using a computer to analyze and manipulate images. This tutorial covers using the Node.js library sharp to read an image and extract its metadata, resize, change and compress its format, crop, grayscale, rotate,... (more…)

Read more »