diff --git a/crates/voicevox_core_c_api/src/lib.rs b/crates/voicevox_core_c_api/src/lib.rs index dc1866579..9e41df8f4 100644 --- a/crates/voicevox_core_c_api/src/lib.rs +++ b/crates/voicevox_core_c_api/src/lib.rs @@ -346,7 +346,7 @@ pub extern "C" fn voicevox_make_default_audio_query_options() -> VoicevoxAudioQu } /// AudioQuery を実行する -/// @param [in] text テキスト +/// @param [in] text テキスト。文字コードはUTF-8 /// @param [in] speaker_id 話者ID /// @param [in] options AudioQueryのオプション /// @param [out] output_audio_query_json AudioQuery を json でフォーマットしたもの @@ -432,7 +432,7 @@ pub extern "C" fn voicevox_make_default_tts_options() -> VoicevoxTtsOptions { } /// テキスト音声合成を実行する -/// @param [in] text テキスト +/// @param [in] text テキスト。文字コードはUTF-8 /// @param [in] speaker_id 話者ID /// @param [in] options テキスト音声合成オプション /// @param [out] output_wav_length 出力する wav データのサイズ diff --git a/crates/voicevox_core_python_api/python/voicevox_core/_rust.pyi b/crates/voicevox_core_python_api/python/voicevox_core/_rust.pyi index 9d34a5190..729522b25 100644 --- a/crates/voicevox_core_python_api/python/voicevox_core/_rust.pyi +++ b/crates/voicevox_core_python_api/python/voicevox_core/_rust.pyi @@ -155,7 +155,7 @@ class VoicevoxCore: Parameters ---------- text - テキスト。 + テキスト。文字コードはUTF-8。 speaker_id 話者ID。 kana @@ -200,7 +200,7 @@ class VoicevoxCore: Parameters ---------- text - テキスト。 + テキスト。文字コードはUTF-8。 speaker_id 話者ID。 kana