diff --git a/README.md b/README.md index e2f598c..3c42f9e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ tatt is a CLI for creating and managing speech-to-text transcripts. 1. A recording to transcribe. 2. a) An AWS account or b) a Google Cloud account with the speech-to-text API and Cloud Storage enabled. +3. `ffmpeg` for some operations, but `tatt` will let you know when it's needed. ## Usage @@ -66,7 +67,7 @@ tatt is a CLI for creating and managing speech-to-text transcripts. ### Get A Completed Transcript - $ transcript get # prints to stdout + $ transcribe get # prints to stdout {'accountId': '416321668733', 'jobName': 'a1bace5e-8b08-4ce4-b08c-834a23aafcf1', @@ -82,15 +83,15 @@ tatt is a CLI for creating and managing speech-to-text transcripts. 'type': 'pronunciation'}, ... - $ transcript get -f + $ transcribe get --save - Okay, downloaded .json + Saved transcript to .json ## Services Supported - [Amazon Transcribe](https://aws.amazon.com/transcribe/) - - [Google Speech](https://cloud.google.com/speech-to-text/) + - [Google Cloud Speech-to-Text](https://cloud.google.com/speech-to-text/) ### Planned - [Watson](https://www.ibm.com/watson/services/speech-to-text/)