Farsava - ASR live Api (WebSocket) First create an API KEY here install dependencies go get github.com/gorilla/websocket configs baseURL:= "wss://api.amerandish.com/v1"; actionURL:= "/speech/asrlive"; authKey:= "<YOUR_API_KEY>"; filePath := "<YOUR_WAV_FILE_PATH>" run go run main.go