/speech-to-text-2

A new speech to text client that uses a backend api for processing buffer audio data

Primary LanguageHTML

speech-to-text

Get input from a browser microphone, send it to a node js server, perform transcription using google speech to text, return the text, send the text back to the server to perform sentiment analysis using AFINN then return the score and display it.