Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 534 Bytes

File metadata and controls

11 lines (7 loc) · 534 Bytes

Example code how to do Speech-To-Text in Go

We use a simple HTTP client with net/http and the AssemblyAI API.

These steps have been simplified into 3 simple functions. Just add in your api key and you should be good to go!

ultimate Transcriber.go is like an all in one script, no need for 3 individual go files. Code should be pretty self explanatory.