audioEncoding property

String? audioEncoding
getter/setter pair

The encoding of the output audio data.

Required. Possible string values are:

  • "AUDIO_ENCODING_UNSPECIFIED" : Unspecified audio encoding.
  • "LINEAR16" : 16-bit linear PCM audio encoding.
  • "MULAW" : 8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
  • "ALAW" : 8-bit samples that compand 14-bit audio samples using G.711 PCMU/A-law.

Implementation

core.String? audioEncoding;