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 23, 2015
1 parent f2135b3 commit f004892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ 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.
This will generate the transcribed (spoken) text when the recording is stopped. However, this will disable the audio 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).
This will turn off transcribing, but will save the audio as well as the video.

I am trying to find out how to get these functions to play together nicely.
I am trying to find out how to get these functions to work concurrently (both save the audio and transcribe it).

0 comments on commit f004892

Please sign in to comment.