Skip to content

Commit

Permalink
「動的ライブラリを使う場合」を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Dec 4, 2023
1 parent f20f714 commit 6b3c0e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ with open("output.wav", "wb") as f:

TODO。[OpenJtalk.use_user_dict](https://voicevox.github.io/voicevox_core/apis/python_api/autoapi/voicevox_core/index.html#voicevox_core.OpenJtalk.use_user_dict)辺りを使います。

## 動的ライブラリを使う場合

TODO。.so/.dll/.dylib ファイルがあるので直接呼び出します。[C++ Example](https://github.com/VOICEVOX/voicevox_core/tree/main/example/cpp)で流れを紹介しています。[API ドキュメント](https://voicevox.github.io/voicevox_core/apis/c_api/globals_func.html)も参考になります。

## 非同期処理

TODO。同じ音声モデルのインスタンスで同時に音声合成はできません(Mutex になっています)。仕様が変更されている可能性もあります。
Expand Down

0 comments on commit 6b3c0e7

Please sign in to comment.