Skip to content

Commit

Permalink
テキストの文字コードはUTF8だと案内 (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Mar 20, 2023
1 parent 572d01d commit 07ac7e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions crates/voicevox_core_c_api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 でフォーマットしたもの
Expand Down Expand Up @@ -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 データのサイズ
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class VoicevoxCore:
Parameters
----------
text
テキスト。
テキスト。文字コードはUTF-8。
speaker_id
話者ID。
kana
Expand Down Expand Up @@ -200,7 +200,7 @@ class VoicevoxCore:
Parameters
----------
text
テキスト。
テキスト。文字コードはUTF-8。
speaker_id
話者ID。
kana
Expand Down

0 comments on commit 07ac7e7

Please sign in to comment.