Mozilla's speech-to-text backend
Перейти к файлу
Jon Buckley 7c0fcd56eb Upgrade to Node v12 2020-04-01 11:37:46 -07:00
.circleci use docker image with git installed 2018-08-08 12:59:47 -04:00
.config/configstore add circle.yml and deploy-dockerhub.sh for ci/cd, add lint step to test section of circle.yml, specify node version in circle.yml, install eslint, using circleci 2.0 machine executor for privileged docker functionality 2017-07-06 09:32:57 -07:00
docs/images add docs. fixes #11 2017-07-19 14:25:09 -07:00
.eslintrc.yml Add eslint and prettier 2017-06-15 23:54:41 -07:00
.gitignore add lint:deps script to run filtered npm audit in CI 2018-09-25 18:50:28 -07:00
.nsprc add lint:deps script to run filtered npm audit in CI 2018-09-25 18:50:28 -07:00
.travis.yml ci: install npm@6.4.1 for audit support 2018-09-25 18:50:28 -07:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-08-14 19:31:46 -07:00
Dockerfile Upgrade to Node v12 2020-04-01 11:37:46 -07:00
Makefile Changing accept-language by accept-language-stt 2018-10-12 01:50:37 -07:00
README.md Webm support 2017-11-14 10:00:27 -08:00
curl-format.txt Computing roundtrip timings on curl tests 2018-10-10 14:11:36 -07:00
hb.raw Adding __heartbeat__ 2017-07-07 16:12:38 -07:00
languages.json Multi-lingual support. 2018-10-08 11:42:28 -07:00
opusdec.profile don't write files and tighten firejail profile 2017-06-21 16:13:53 -04:00
package-lock.json Upgrade to eslint v6 to fix security alerts 2020-04-01 11:23:04 -07:00
package.json Upgrade to eslint v6 to fix security alerts 2020-04-01 11:23:04 -07:00
server.js add date to metadata 2019-09-06 15:43:04 -07:00
speech_orig.opus firejail opusdec call poc 2017-06-15 13:51:37 -04:00
webm.webm Webm support 2017-11-14 10:00:27 -08:00

README.md

Build Status

This project is the server-side proxy component of the Voice Fill Test Pilot experiment. Roughly, it's the box labeled "speak-to-me node server" in the diagram below.

Rough diagram

To build

docker build -t speech-proxy .

To run

docker run -e ASR_URL=http://192.168.0.44/asr -e DISABLE_DECODE_JAIL=1 -p 9001:9001 speech-proxy:latest