Reference documentation and code samples for the Google Cloud Ces V1 Client class AudioEncoding.
AudioEncoding specifies the encoding format for audio data.
Protobuf type google.cloud.ces.v1.AudioEncoding
Namespace
Google \ Cloud \ Ces \ V1Methods
static::name
value
mixed
static::value
name
mixed
Constants
AUDIO_ENCODING_UNSPECIFIED
Value: 0
Unspecified audio encoding.
Generated from protobuf enum AUDIO_ENCODING_UNSPECIFIED = 0;
LINEAR16
Value: 1
16-bit linear PCM audio encoding.
Generated from protobuf enum LINEAR16 = 1;
MULAW
Value: 2
8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
Generated from protobuf enum MULAW = 2;
ALAW
Value: 3
8-bit samples that compand 14-bit audio samples using G.711 PCMU/A-law.
Generated from protobuf enum ALAW = 3;

