PopeSpaceous / CodeTalker

A Visual Studio Code Add-on that allows Speech to HTML code.
3 stars 4 forks source link

Migrate speech to text functionality to a docker container #18

Closed Michael-Overall closed 5 years ago

Michael-Overall commented 6 years ago

Closes #13

What was Done:

Important notes:

Current implementation only supports unix style machines since it mounts the /dev/snd directory to the docker container to pass in microphone functionality. This works because Unix systems mount hardware to their directory trees. This was tested and run on Ubuntu 18.04

To test:

Don't forget the "." at the end of this command since it indicates you want to use the Dockerfile in the current directory. The first build will take a few minutes, but any later builds will be faster since Docker caches parts of the build process.