Adaptive Multi-Rate Narrowband codec. sample_rate_hertz must be 8000.
AmrWb
Adaptive Multi-Rate Wideband codec. sample_rate_hertz must be 16000.
Flac
FLAC (Free Lossless Audio
Codec) is the recommended encoding because it is lossless (therefore
recognition is not compromised) and requires only about half the
bandwidth of LINEAR16. FLAC stream encoding supports 16-bit and
24-bit samples, however, not all fields in STREAMINFO are supported.
Linear16
Uncompressed 16-bit signed little-endian samples (Linear PCM).
Mulaw
8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
OggOpus
Opus encoded audio frames in Ogg container
(OggOpus).
sample_rate_hertz must be 16000.
SpeexWithHeaderByte
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides a comprehensive list of available versions for the `Google.Cloud.Dialogflow.Cx.V3.AudioEncoding` enum, ranging from the latest version 2.23.0 down to 1.0.0."],["The `AudioEncoding` enum, part of the Dialogflow v3 API, defines the different audio encoding formats supported for conversational query requests, such as `Amr`, `Flac`, and `OggOpus`."],["The supported audio encodings have specific requirements for the `sample_rate_hertz` in addition to their general function, such as AMR requiring a sample rate of 8000, and OggOpus requiring 16000."],["The document details each of the fields available in the `AudioEncoding` enum, including `Amr`, `AmrWb`, `Flac`, `Linear16`, `Mulaw`, `OggOpus`, `SpeexWithHeaderByte`, and `Unspecified`, along with detailed descriptions of each."],["The `FLAC` encoding is recommended because it is lossless, and `OggOpus` is preferred over Speex for low bitrate encoding needs, per the documentation provided."]]],[]]