mistralrs
0.6.0
Sample
Required Methods
to_i16
Implementations on Foreign Types
f32
f64
i16
Implementors
In mistralrs::
speech_
utils
mistralrs
::
speech_utils
Trait
Sample
Copy item path
Source
pub trait Sample { // Required method fn
to_i16
(&self) ->
i16
; }
Required Methods
§
Source
fn
to_i16
(&self) ->
i16
Implementations on Foreign Types
§
Source
§
impl
Sample
for
f32
Source
§
fn
to_i16
(&self) ->
i16
Source
§
impl
Sample
for
f64
Source
§
fn
to_i16
(&self) ->
i16
Source
§
impl
Sample
for
i16
Source
§
fn
to_i16
(&self) ->
i16
Implementors
§