Transcribe Audio With Google Sheets
Transcribe Audio With Google Sheets
Create your own transcription service right inside Google Sheet with this apps script!
Load your audio files into Google drive
Create a google sheet alongside this example
https://docs.google.com/spreadsheets/d/1BMpZPdiv5gdUizYpDfwamsk-lrVMVCpeHGq474oCLzY/edit#gid=0Create a new AppsScript with Extensions->Apps Script
Add the apps script code, and the HTML file (if you want to use the audio player
Get the link to your audio drive directory to place into the YELLOW cell
Create a Google Cloud Project and set up your Billing
Add the Speech to Text API
Get the API key into the GREEN API key cell
Add file names you want transcribed from within that directory (you don’t need to add the links!)
Click the transcribe button!
The script will add links to each of the files separately, get you a transcription for them (if there isn’t already something in the cell) and get you a confidence value for what you EXPECTED would be there.
Full youtube video here!
https://youtu.be/0esx7QAc8fg