Skip to content

Commit 88f870d

Browse files
nnegreyJustinBeckwith
authored andcommitted
Fix typo in comment (#168)
1 parent 920903b commit 88f870d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dialogflow/detect.js

Lines changed: 2 additions & 2 deletions
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)