Explain like I am five how to write a javascript function that transcribes an audio file from the client using Google Speech API

jochemstoel

Jochem Stoel

Posted on December 22, 2017

Explain like I am five how to write a javascript function that transcribes an audio file from the client using Google Speech API
  • Title says explain but by all means do demonstrate.
  • The audio source is a file and not client microphone. Ultimately same thing. (please do not explain the difference between a file input in a browser and Node)
  • I read somewhere that audio files shorter than some length do not require an API key. Is this true?
  • In this particular case spaghetti code is fine.
💖 💪 🙅 🚩
jochemstoel
Jochem Stoel

Posted on December 22, 2017

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Learn Rust in 3 Months
explainlikeimfive Learn Rust in 3 Months

November 21, 2024

Callback Functions
callbackfunctions Callback Functions

October 30, 2024

Most Useful Jenkins Plugins and Their Use Cases
explainlikeimfive Most Useful Jenkins Plugins and Their Use Cases

October 28, 2024

Top Interview questions for DevOps Part-5