Module: Google::Cloud::Ces::V1::AudioEncoding
- Defined in:
- proto_docs/google/cloud/ces/v1/session_service.rb
Overview
AudioEncoding specifies the encoding format for audio data.
Constant Summary collapse
- AUDIO_ENCODING_UNSPECIFIED =
Unspecified audio encoding.
0- LINEAR16 =
16-bit linear PCM audio encoding.
1- MULAW =
8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
2- ALAW =
8-bit samples that compand 14-bit audio samples using G.711 PCMU/A-law.
3