mirror of
https://github.com/neodyland/sbv2-api.git
synced 2025-12-22 23:49:58 +00:00
oh
This commit is contained in:
@@ -16,6 +16,7 @@ async fn create_audio_query(
|
||||
Query(request): Query<RequestCreateAudioQuery>,
|
||||
) -> AppResult<()> {
|
||||
let (phones, tones, mut word2ph, normalized_text, process) = preprocess_parse_text(&request.text, &JTalk::new()?)?;
|
||||
println!("{:?}", phones);
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user