ysay 0.3.2

speech with siliconflow speech api
Documentation
1
2
3
4
5
6
pub mod error;
mod play;
mod tts;

pub use play::{play_file, play_stream, PackSequentceStream};
pub use tts::TextToSpeech;