Module: Google::Cloud::Speech::V2::ExplicitDecodingConfig::AudioEncoding
- Defined in:
- proto_docs/google/cloud/speech/v2/cloud_speech.rb
Overview
Supported audio data encodings.
Constant Summary collapse
- AUDIO_ENCODING_UNSPECIFIED =
Default value. This value is unused.
0
- LINEAR16 =
Headerless 16-bit signed little-endian PCM samples.
1
- MULAW =
Headerless 8-bit companded mulaw samples.
2
- ALAW =
Headerless 8-bit companded alaw samples.
3