agouil / podcast-transcriber

A simple audio file transcriber that uses the Google Cloud Speech API for transcription.
MIT License
26 stars 8 forks source link

Update transcriber.py #4

Closed Jorlejeu closed 5 years ago

Jorlejeu commented 5 years ago

Updated syncrecognize to recognize.

Updated sampleRate to sampleRateHertz (API is not working with sampleRate anymore).

Added automatic punctuation to the transcript (works perfectly).