Skip to content

Commit 4ce6b70

Browse files
nnegreyNimJay
authored andcommitted
Fix typo in comment (#168)
1 parent de2f359 commit 4ce6b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dialogflow/detect.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ function streamingDetectIntent(
192192
// The path to the local file on which to perform speech recognition, e.g.
193193
// /path/to/audio.raw const filename = '/path/to/audio.raw';
194194

195-
// The encoding of the audio file, e.g. 'AUDIO_ENCODING_LINEAR16'
196-
// const encoding = 'AUDIO_ENCODING_LINEAR16';
195+
// The encoding of the audio file, e.g. 'AUDIO_ENCODING_LINEAR_16'
196+
// const encoding = 'AUDIO_ENCODING_LINEAR_16';
197197

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

0 commit comments

Comments
 (0)