Skip to content

joeb000/go-record-to-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-record-to-text

The go-record-to-text is a command line client which records audio from the default input audio device and streams the raw audio data into a speech to text engine.

For audio input, this project uses gordonklaus's go wrapper around the C++ portaudio library

For speech to text, this project uses Mozilla's Deepspeech engine with a pre-trained model, more specifically via asicode's golang deepspeech wrapper

To get this working locally, you must follow the instructions for installing Deepspeech here.

About

Go client to record speech audio and uses deepspeech to turn it into text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages