DEPRECATED - A webapp for collecting speech samples for voice recognition testing and training
Перейти к файлу
Kelly Davis 4b8fa5ac27
Merge pull request #31 from Mozilla-GitHub-Standards/master
Add Mozilla Code of Conduct
2019-04-01 10:18:06 +02:00
public styling buttons 2016-12-02 17:04:20 -08:00
.gitignore add a default sentences.txt config file 2016-05-06 16:55:04 -07:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-29 14:57:02 -07:00
LICENSE Initial commit 2016-05-06 16:01:33 -07:00
README.md change the name for real 2016-05-16 16:58:09 -07:00
murmur.js iOS support 2017-03-14 18:48:34 -07:00
package.json Voicebank 0.1 2016-12-02 01:34:27 -08:00
screenplays.txt add a new sentences file containing lines from screenplays 2017-03-03 17:42:24 +01:00
sentences.txt New Voicebank layout and sentences 2016-11-30 00:22:23 -08:00
server.conf https support with letsencrypt 2016-05-09 12:11:30 -07:00

README.md

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