Skip to content

Commit c2bdbfa

Browse files
Google APIscopybara-github
authored andcommitted
feat: expose MP3_64_KBPS and MULAW for output audio encodings.
PiperOrigin-RevId: 364696134
1 parent 321ac4b commit c2bdbfa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

google/cloud/dialogflow/v2/audio_config.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,15 @@ enum OutputAudioEncoding {
358358
// MP3 audio at 32kbps.
359359
OUTPUT_AUDIO_ENCODING_MP3 = 2;
360360

361+
// MP3 audio at 64kbps.
362+
OUTPUT_AUDIO_ENCODING_MP3_64_KBPS = 4;
363+
361364
// Opus encoded audio wrapped in an ogg container. The result will be a
362365
// file which can be played natively on Android, and in browsers (at least
363366
// Chrome and Firefox). The quality of the encoding is considerably higher
364367
// than MP3 while using approximately the same bitrate.
365368
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;
366372
}

0 commit comments

Comments
 (0)