Enum AudioEncoding (2.38.0)

public enum AudioEncoding extends Enum<AudioEncoding> implements ProtocolMessageEnum

Configuration to set up audio encoder. The encoding determines the output audio format that we'd like.

Protobuf enum google.cloud.texttospeech.v1.AudioEncoding

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALAW

8-bit samples that compand 14-bit audio samples using G.711 PCMU/A-law. Audio content returned as ALAW also contains a WAV header.

ALAW = 6;

ALAW_VALUE

8-bit samples that compand 14-bit audio samples using G.711 PCMU/A-law. Audio content returned as ALAW also contains a WAV header.

ALAW = 6;

AUDIO_ENCODING_UNSPECIFIED

Not specified. Will return result google.rpc.Code.INVALID_ARGUMENT.

AUDIO_ENCODING_UNSPECIFIED = 0;

AUDIO_ENCODING_UNSPECIFIED_VALUE

Not specified. Will return result google.rpc.Code.INVALID_ARGUMENT.

AUDIO_ENCODING_UNSPECIFIED = 0;

LINEAR16

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

LINEAR16 = 1;

LINEAR16_VALUE

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

LINEAR16 = 1;

MP3

MP3 audio at 32kbps.

MP3 = 2;

MP3_VALUE

MP3 audio at 32kbps.

MP3 = 2;

MULAW

8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law. Audio content returned as MULAW also contains a WAV header.

MULAW = 5;

MULAW_VALUE

8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law. Audio content returned as MULAW also contains a WAV header.

MULAW = 5;

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.

OGG_OPUS = 3;

OGG_OPUS_VALUE

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.

OGG_OPUS = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()