fn from_float()

in cubeb-api/src/sample.rs [11:14]


    fn from_float(_: f32) -> Self;
}

impl Sample for i16 {