Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

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