Skip to content

Commit

Permalink
refactor: docstring を明確化
Browse files Browse the repository at this point in the history
  • Loading branch information
tarepan committed Jun 29, 2024
1 parent 7742d43 commit c3bbaea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions voicevox_engine/cancellable_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CancellableEngineInternalError(Exception):


class CancellableEngine:
"""音声合成のキャンセル機能に関するクラス"""
"""マルチプロセスでの合成・キャンセル可能な合成をサポートする音声合成エンジン"""

def __init__(
self,
Expand All @@ -45,7 +45,7 @@ def __init__(
変数の初期化を行う
パラメータ use_gpu, voicelib_dirs, voicevox_dir,
runtime_dirs, cpu_num_threads, enable_mock は、 core_initializer を参照
また、init_processesの数だけプロセスを起動し、procs_and_consに格納する
init_processesの数だけプロセスを起動し、procs_and_consに格納する
"""

self.use_gpu = use_gpu
Expand Down

0 comments on commit c3bbaea

Please sign in to comment.