Skip to content

Commit

Permalink
Fix typo in comment (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnegrey authored and JustinBeckwith committed Sep 21, 2018
1 parent 920903b commit 88f870d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dialogflow/detect.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ function streamingDetectIntent(
// The path to the local file on which to perform speech recognition, e.g.
// /path/to/audio.raw const filename = '/path/to/audio.raw';

// The encoding of the audio file, e.g. 'AUDIO_ENCODING_LINEAR16'
// const encoding = 'AUDIO_ENCODING_LINEAR16';
// The encoding of the audio file, e.g. 'AUDIO_ENCODING_LINEAR_16'
// const encoding = 'AUDIO_ENCODING_LINEAR_16';

// The sample rate of the audio file in hertz, e.g. 16000
// const sampleRateHertz = 16000;
Expand Down

0 comments on commit 88f870d

Please sign in to comment.