Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAY-IT server

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.

USAGE

Text to speech:

http://localhost:3000/?speak=According%20to%20harold

Text to speech (FEMALE VOICE):

http://localhost:3000/?speak=According%20to%20harold&gender=female

Play MP3's:

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

TO INSTALL

npm install && npm install speaker --mpg123-backend=openal

TO RUN

node server.js

DEVELOPMENT

node_modules/nodemon/bin/nodemon.js server.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages