Skip to content

Commit

Permalink
"wav" → "WAVデータ"
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Jul 8, 2023
1 parent 353c8e2 commit d79ed0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/voicevox_core_c_api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ pub static voicevox_default_tts_options: VoicevoxTtsOptions = ConstDefault::DEFA

/// テキスト音声合成を行う。
///
/// 生成したwavを解放するには ::voicevox_wav_free を使う。
/// 生成したWAVデータを解放するには ::voicevox_wav_free を使う。
///
/// @param [in] synthesizer
/// @param [in] text UTF-8の日本語テキストまたはAquesTalk形式のkana
Expand Down

0 comments on commit d79ed0d

Please sign in to comment.