Skip to content

Commit

Permalink
Javadocを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Sep 17, 2024
1 parent a906bcd commit 6f0edf4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ public VoiceModelFile(String modelPath) {
metas = rawMetas;
}

/**
* VVMファイルを閉じる。
*
* <p>このメソッドが呼ばれた段階で{@link Synthesizer#loadVoiceModel}からのアクセスが継続中の場合、アクセスが終わるまで待つ。
*/
@Override
public void close() {
rsClose();
Expand Down

0 comments on commit 6f0edf4

Please sign in to comment.