Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion 3rdparty/voicevox/launch/voicevox_texttospeech.launch
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
<arg name="port" default="$(optenv VOICEVOX_TEXTTOSPEECH_PORT 50021)" />
<arg name="cpu_num_threads" default="1"
doc="Number of cpu threads" />
<arg name="use_docker" default="false" />

<node name="voicevox_server"
<node unless="$(arg use_docker)"
name="voicevox_server"
pkg="voicevox" type="run-voicevox"
args="--voicelib_dir=$(find voicevox)/voicevox_core --host $(arg host) --port $(arg port) --cpu_num_threads=$(arg cpu_num_threads) --load_all_models --"
respawn="$(arg sound_play_respawn)"
Expand Down
Loading