AudioEncodingSpeexWithHeaderByte

Although the use of lossy encodings is not recommended, if a very low bitrate encoding is required, OGG_OPUS is highly preferred over Speex encoding. The Speex encoding supported by Dialogflow API has a header byte in each block, as in MIME type audio/x-speex-with-header-byte. It is a variant of the RTP Speex encoding defined in RFC 5574. The stream is a sequence of blocks, one block per RTP packet. Each block starts with a byte containing the length of the block, in bytes, followed by one or more frames of Speex data, padded to an integral number of bytes (octets) as specified in RFC 5574. In other words, each RTP header is replaced with a single byte containing the block length. Only Speex wideband is supported. sample_rate_hertz must be 16000.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding

Properties

Link copied to clipboard
val javaValue: GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding
Link copied to clipboard
Link copied to clipboard