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
- Host: GitHub
- URL: https://github.com/assemblyai/speech-to-text-golang-example
- Owner: AssemblyAI
- Created: 2022-02-25T09:16:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T09:26:15.000Z (about 4 years ago)
- Last Synced: 2024-06-21T19:08:35.380Z (almost 2 years ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)