This commit is contained in:
Masato Kikuchi
2025-03-27 09:59:08 +09:00
parent b8f0477318
commit 22ed557395

View File

@@ -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(())
}