We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321ac4b commit c2bdbfaCopy full SHA for c2bdbfa
1 file changed
google/cloud/dialogflow/v2/audio_config.proto
@@ -358,9 +358,15 @@ enum OutputAudioEncoding {
358
// MP3 audio at 32kbps.
359
OUTPUT_AUDIO_ENCODING_MP3 = 2;
360
361
+ // MP3 audio at 64kbps.
362
+ OUTPUT_AUDIO_ENCODING_MP3_64_KBPS = 4;
363
+
364
// Opus encoded audio wrapped in an ogg container. The result will be a
365
// file which can be played natively on Android, and in browsers (at least
366
// Chrome and Firefox). The quality of the encoding is considerably higher
367
// than MP3 while using approximately the same bitrate.
368
OUTPUT_AUDIO_ENCODING_OGG_OPUS = 3;
369
370
+ // 8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
371
+ OUTPUT_AUDIO_ENCODING_MULAW = 5;
372
}
0 commit comments