Enum google_api_proto::google::cloud::texttospeech::v1beta1::AudioEncoding
source · #[repr(i32)]pub enum AudioEncoding {
Unspecified = 0,
Linear16 = 1,
Mp3 = 2,
Mp364Kbps = 4,
OggOpus = 3,
Mulaw = 5,
Alaw = 6,
}
Expand description
Configuration to set up audio encoder. The encoding determines the output audio format that we’d like.
Variants§
Unspecified = 0
Not specified. Will return result [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT].
Linear16 = 1
Uncompressed 16-bit signed little-endian samples (Linear PCM). Audio content returned as LINEAR16 also contains a WAV header.
Mp3 = 2
MP3 audio at 32kbps.
Mp364Kbps = 4
MP3 at 64kbps.
OggOpus = 3
Opus encoded audio wrapped in an ogg container. The result will be a file which can be played natively on Android, and in browsers (at least Chrome and Firefox). The quality of the encoding is considerably higher than MP3 while using approximately the same bitrate.
Mulaw = 5
8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law. Audio content returned as MULAW also contains a WAV header.
Alaw = 6
8-bit samples that compand 14-bit audio samples using G.711 PCMU/A-law. Audio content returned as ALAW also contains a WAV header.
Implementations§
source§impl AudioEncoding
impl AudioEncoding
source§impl AudioEncoding
impl AudioEncoding
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for AudioEncoding
impl Clone for AudioEncoding
source§fn clone(&self) -> AudioEncoding
fn clone(&self) -> AudioEncoding
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AudioEncoding
impl Debug for AudioEncoding
source§impl Default for AudioEncoding
impl Default for AudioEncoding
source§fn default() -> AudioEncoding
fn default() -> AudioEncoding
source§impl From<AudioEncoding> for i32
impl From<AudioEncoding> for i32
source§fn from(value: AudioEncoding) -> i32
fn from(value: AudioEncoding) -> i32
source§impl Hash for AudioEncoding
impl Hash for AudioEncoding
source§impl Ord for AudioEncoding
impl Ord for AudioEncoding
source§fn cmp(&self, other: &AudioEncoding) -> Ordering
fn cmp(&self, other: &AudioEncoding) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for AudioEncoding
impl PartialEq for AudioEncoding
source§fn eq(&self, other: &AudioEncoding) -> bool
fn eq(&self, other: &AudioEncoding) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for AudioEncoding
impl PartialOrd for AudioEncoding
source§fn partial_cmp(&self, other: &AudioEncoding) -> Option<Ordering>
fn partial_cmp(&self, other: &AudioEncoding) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for AudioEncoding
impl TryFrom<i32> for AudioEncoding
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<AudioEncoding, UnknownEnumValue>
fn try_from(value: i32) -> Result<AudioEncoding, UnknownEnumValue>
impl Copy for AudioEncoding
impl Eq for AudioEncoding
impl StructuralPartialEq for AudioEncoding
Auto Trait Implementations§
impl Freeze for AudioEncoding
impl RefUnwindSafe for AudioEncoding
impl Send for AudioEncoding
impl Sync for AudioEncoding
impl Unpin for AudioEncoding
impl UnwindSafe for AudioEncoding
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request