A proof of concept node application which utilizes GCP services to convert voice to images.
The overwhelming majority of the voice to text code (see src/voice_listener.mjs
) was taken from https://cloud.google.com/speech-to-text/docs/transcribe-streaming-audio.
npm run start
to get things going.
Suggestions and bug reports for the application are always welcome. Open an issue on github if you'd like to see an addition to the application or if you spot a bug.