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
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AUDIO_ENCODING_UNSPECIFIED
Value: 0Unspecified audio encoding.
Generated from protobuf enum AUDIO_ENCODING_UNSPECIFIED = 0;
LINEAR16
Value: 116-bit linear PCM audio encoding.
Generated from protobuf enum LINEAR16 = 1;
MULAW
Value: 28-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
Generated from protobuf enum MULAW = 2;
ALAW
Value: 38-bit samples that compand 14-bit audio samples using G.711 PCMU/A-law.
Generated from protobuf enum ALAW = 3;