An open API service indexing awesome lists of open source software.

https://github.com/assemblyai/speech-to-text-golang-example

Example how to use speech-to-text in Go with AssemblyAI
https://github.com/assemblyai/speech-to-text-golang-example

Last synced: 6 months ago
JSON representation

Example how to use speech-to-text in Go with AssemblyAI

Awesome Lists containing this project

README

          

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

We use a simple HTTP client with `net/http` and the [AssemblyAI API](https://www.assemblyai.com).

- Step 1 Upload a file: [upload.go](upload.go)
- Step 2 Transcribe: [transcribe.go](transcribe.go)
- Step 3 Poll the result: [poll.go](poll.go)