We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2f359 commit 4ce6b70Copy full SHA for 4ce6b70
dialogflow/detect.js
@@ -192,8 +192,8 @@ function streamingDetectIntent(
192
// The path to the local file on which to perform speech recognition, e.g.
193
// /path/to/audio.raw const filename = '/path/to/audio.raw';
194
195
- // The encoding of the audio file, e.g. 'AUDIO_ENCODING_LINEAR16'
196
- // const encoding = 'AUDIO_ENCODING_LINEAR16';
+ // The encoding of the audio file, e.g. 'AUDIO_ENCODING_LINEAR_16'
+ // const encoding = 'AUDIO_ENCODING_LINEAR_16';
197
198
// The sample rate of the audio file in hertz, e.g. 16000
199
// const sampleRateHertz = 16000;
0 commit comments