enum

TTS::Text::AudioEncoding

Inherits Enum < Comparable < Value < Object

Constants

AUDIO_ENCODING_UNSPECIFIED = 0
LINEAR16 = 1
MP3 = 2
OGG_OPUS = 3

Instance methods

audio_encoding_unspecified?

Returns true if this enum value equals AUDIO_ENCODING_UNSPECIFIED

Source
linear16?

Returns true if this enum value equals LINEAR16

Source
mp3?

Returns true if this enum value equals MP3

Source
ogg_opus?

Returns true if this enum value equals OGG_OPUS

Source