Skip to content

mikehenrty/murmur

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Murmur

This is a simple webapp for collecting speech samples for voice recognition testing and training.

Running it should be as simple as issuing these commands on your server:

> git clone git@github.com:mozilla/murmur.git
> cd murmur
> npm install
> emacs server.conf      # define hostname and email address for letsencrypt
> mkdir uploads          # create a directory for audio uploads
> emacs sentences.txt    # add some sentences to the config file
> screen                 # do this so the server will run after logout
> sudo node murmur.js    # start the server

For cloud services like AWS, you may also need to take steps to open ports 80 and 443 on your server before this code will work

About

A webapp for collecting speech samples for voice recognition testing and training

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.5%
  • HTML 22.4%
  • CSS 18.1%