HTTP Server (powered by express) that will play sounds (anonymously) based on incoming HTTP requests.
It could be use as a communication tool for an office / making announcements (ex. the classic "FOOD IS READY!") or you can get creative and have a LOT of fun with it.
http://localhost:3000/?speak=According%20to%20harold
http://localhost:3000/?speak=According%20to%20harold&gender=female
Files should be located in the "sound" folder
http://localhost:3000/?file=gotem
You can use it together with say-it-cli for a better experience
npm install && npm install speaker --mpg123-backend=openalnode server.jsnode_modules/nodemon/bin/nodemon.js server.js