Skip to content

Commit

Permalink
update to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Berthiaume committed Feb 18, 2015
1 parent 43afddd commit bf64671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ And then add them to the ViewController.m file:
## Current Problems

To turn on transcription, set:

#define ENABLE_TRANSCRIPTION 1

This will generate the transcribed (spoken) text when the recording is stopped. However, this will disable the video from being recorded.

To turn it off:

#define ENABLE_TRANSCRIPTION 0

This will turn off transcribing, but will record the video (completion of the recording will pop up the video preview).
Expand Down

0 comments on commit bf64671

Please sign in to comment.