ROS2 wrapper package of VOICEROID2
				ROS2 wrapper package of VOICEROID2
Windows Only
Installation
- Install VOICEROID2 (x64).
 - Install Python 3.4 (x64) or later.
 - Install ROS2 foxy or later.
 pip install simpleaudiopip install git+https://github.com/Nkyoku/pyvcroid2.git- Clone this repository.
 - Build this repository.
colcon build --merge-install --packages-select voiceroid2 
Usage
- Source this package.
./install/local_setup.ps1 - Run the publisher node.
ros2 run voiceroid2 talker - There are several parameters.
language: string
Name of the language library.
Iflanguageis not specified, default value will be used.voice: string
Name of the voice library.
Ifvoiceis not specified, first found one will be used.subscribe_topic_name: string
Topic name that the talker node subscribes.
The message type of the topic isstd_msgs/String.
Default :textpublish_topic_name: string
Topic name that the talker node publishes speech data.
The message type of the topic isstd_msgs/ByteMultiArray.
Ifpublish_topic_nameis not specified, the speech data