StreamingAudioConfig

Description of the desired output audio data.

JSON representation
{
  "audioEncoding": enum (AudioEncoding),
  "sampleRateHertz": integer
}
Fields
audioEncoding

enum (AudioEncoding)

Required. The format of the audio byte stream. For now, streaming only supports PCM and OGG_OPUS. All other encodings return an error.

sampleRateHertz

integer

Optional. The synthesis sample rate (in hertz) for this audio.