timbunce / speechmatics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speechmatics API Test

Requirements (You can just run ./speechmatics if you are using Mac)

Set up go working environment

bash on Mac

brew install go
echo "export GOPATH=~/go
export PATH=$(go env GOPATH)/bin:$PATH" >> ~/.bash_profile
source ~./bash_profile

Download source code

go get github.com/gilgameshskytrooper/speechmatics
cd ~/go/src/github.com/gilgameshskytrooper/speechmatics

Define necessary environment variables

echo "export SPEECHMATICSUSERID=11111
export SPEECHMATICSAUTHTOKEN=abcdefg..." >> ~/.bash_profile
source ~/.bash_profile

Run Program

go build
./speechmatics

About


Languages

Language:Go 100.0%