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