ROS2 wrapper package of VOICEROID2

ROS2 wrapper package of VOICEROID2

Windows Only

Installation

  1. Install VOICEROID2 (x64).
  2. Install Python 3.4 (x64) or later.
  3. Install ROS2 foxy or later.
  4. pip install simpleaudio
  5. pip install git+https://github.com/Nkyoku/pyvcroid2.git
  6. Clone this repository.
  7. Build this repository.
    colcon build --merge-install --packages-select voiceroid2

Usage

  1. Source this package.
    ./install/local_setup.ps1
  2. Run the publisher node.
    ros2 run voiceroid2 talker
  3. There are several parameters.
    • language : string
      Name of the language library.
      If language is not specified, default value will be used.
    • voice : string
      Name of the voice library.
      If voice is 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 is std_msgs/String.
      Default : text
    • publish_topic_name : string
      Topic name that the talker node publishes speech data.
      The message type of the topic is std_msgs/ByteMultiArray.
      If publish_topic_name is not specified, the speech data

       

       

       

      To finish reading, please visit source site