text to speech - Docker espeakbox: What do I do now? -
seems real simple, i'm not sure now. have docker on osx , i'm want try out espeakbox. ran
the command mentioned here.
to "run container"
it's evidently running:
bash-3.2$ docker ps container id image command created status ports names 705a605786c7 parente/espeakbox "/server" 34 seconds ago 33 seconds 0.0.0.0:8080->8080/tcp espeakbox
so, do now, use see it, hear it, etc.
thanks.
there's full instructions on github page, i'm loath answer question. however, i'm assuming confusion you're not sure container running. if you're using boot2docker, do:
$ curl http://$(boot2docker ip):8080/speech?text=hello
i assume sends mp3 file.
basically, docker run
command told docker forward port 8080 on container port 8080 on host. when using boot2docker, host virtualbox vm, need use ip of vm connect service.
Comments
Post a Comment