Google Cloud Ces V1 Client - Class AudioEncoding (0.1.0)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;