Module: Google::Cloud::Dialogflow::V2::OutputAudioEncoding

Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/audio_config.rb

Overview

Audio encoding of the output audio format in Text-To-Speech.

Constant Summary collapse

OUTPUT_AUDIO_ENCODING_UNSPECIFIED =

Not specified.

0
OUTPUT_AUDIO_ENCODING_LINEAR_16 =

Uncompressed 16-bit signed little-endian samples (Linear PCM). Audio content returned as LINEAR16 also contains a WAV header.

1
OUTPUT_AUDIO_ENCODING_MP3 =

MP3 audio.

2
OUTPUT_AUDIO_ENCODING_OGG_OPUS =

Opus encoded audio wrapped in an ogg container. The result will be a file which can be played natively on Android, and in browsers (at least Chrome and Firefox). The quality of the encoding is considerably higher than MP3 while using approximately the same bitrate.

3