pub fn encode_silk<R: AsRef<[u8]>>( src: R, sample_rate: i32, bit_rate: i32, tencent: bool, ) -> Result<Vec<u8>, SilkError>