No version for distro humble showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
jsk_3rdparty

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

No version for distro jazzy showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
jsk_3rdparty

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

No version for distro kilted showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
jsk_3rdparty

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

No version for distro rolling showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
jsk_3rdparty

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

No version for distro ardent showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
jsk_3rdparty

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

No version for distro bouncy showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
jsk_3rdparty

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

No version for distro crystal showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
jsk_3rdparty

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

No version for distro eloquent showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
jsk_3rdparty

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

No version for distro dashing showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
jsk_3rdparty

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

No version for distro galactic showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
jsk_3rdparty

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

No version for distro foxy showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
jsk_3rdparty

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

No version for distro iron showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
jsk_3rdparty

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
jsk_3rdparty

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
jsk_3rdparty

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
jsk_3rdparty

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
jsk_3rdparty

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.1.31
License HOYA License
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_3rdparty.git
VCS Type git
VCS Version master
Last Updated 2025-05-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

voice_text (www.voicetext.jp)

Additional Links

Maintainers

  • Kei Okada

Authors

  • Kei Okada

voice_text

ROS Interface for HOYA VoiceText Speech Synthesis Engine

Installation

  1. Install VoiceText SDK
  2. Put license file
  3. Build this package
cd /path/to/catkin_workspace
catkin build voice_text

Usage

  1. Launch voice_text node
roslaunch voice_text voice_text.launch

TIPS If you want to launch VoiceText engine on remote machine, try creating launch file like below:

<launch>
  <machine name="remote" address="192.168.0.3" />
  <include file="$(find voice_text)/launch/voice_text.launch">
    <arg name="machine" value="remote" />
  </include>
</launch>

  1. Say

Now speech synthesis is enabled.

rosrun sound_play say.py Hello! dummy 1.0 robotsound:=robotsound_jp

Robot says “Hello!”

Reference

Service

  • text_to_speech (voice_text/TextToSpeech)

    Set text_path for path to text file that contains speech sentences. Set wave_path for path to generated wave file to be generated. If ok in response is set to true, wave file is generated successfully.

Parameters

  • ~db_path (String, default: path found at build time (e.g., "/var/vt/sayaka/M16"))

    Path to VoiceText database directory.

  • ~license_path (String, default: "")

    Path to VoiceText license file. If this parameter is empty, SDK tries to search data-common/verify directory relative to db_path.

Dynamic Parameters

  • ~pitch (Int, default: 100)

    Pitch of voice by percentage. Speaks higher if this parameter is higher than 100.

  • ~speed (Int, default: 100)

    Speed of speech by percentage.

  • ~volume (Int, default: 100)

    Volumet of speech by percentage.

  • ~pause (Int, default: 800)

    Pause duration between sentences by milliseconds.

CHANGELOG

Changelog for package voice_text

2.1.31 (2025-05-13)

  • add LICENSE files
  • Contributors: Kei Okada

2.1.30 (2025-05-10)

2.1.29 (2025-01-05)

2.1.28 (2023-07-24)

2.1.27 (2023-06-24)

2.1.26 (2023-06-14)

2.1.25 (2023-06-08)

  • GA: enable melodic/aarch64 (#432)
  • Restart voice text if verification fails (#300)
  • Add verification check rosinfo (#298)
  • Contributors: Aoi Nakane, Kei Okada, Naoto Tsukamoto, Naoya Yamaguchi, Shingo Kitagawa, Yoshiki Obinata

2.1.24 (2021-07-26)

2.1.23 (2021-07-21)

2.1.22 (2021-06-10)

  • [voice_text] Fix README to follow supporting other speakers than SAYAKA (#220)
  • Contributors: Shun Hasegawa

2.1.21 (2020-08-19)

2.1.20 (2020-08-07)

2.1.19 (2020-07-21)

2.1.18 (2020-07-20)

2.1.17 (2020-04-16)

2.1.16 (2020-04-16)

2.1.15 (2019-12-12)

2.1.14 (2019-11-21)

2.1.13 (2019-07-10)

  • [voice_text] Call rosservice from python instead of bash (#166 )
    • rewrite text2wave with python
    • call rosservice from python instead of bash
  • Contributors: Hideaki Ito

2.1.12 (2019-05-25)

2.1.11 (2018-08-29)

2.1.10 (2018-04-25)

  • add dependencies from voice_text to vt_dummy, solves #139 (#143)
  • Contributors: Kei Okada

2.1.9 (2018-04-24)

  • voice_text: add gencfg target to deps (#141)
  • Contributors: Yuki Furta

2.1.8 (2018-04-17)

2.1.7 (2018-04-09)

  • voice_text: support dynamic linking (#135)
    • install voice_text TARGETS - voice_text: CMakeLists.txt: remove debug code to force non-exists VT_LIB_PATH
    • voice_text: guide to install libs
    • install voice_text TARGETS
    • voice_text: CMakeLists.txt: remove debug code to force

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
jsk_3rdparty

Launch files

  • launch/voice_text.launch
      • voice_text_machine [default: localhost]
      • sound_play_machine [default: localhost]
      • launch_sound_play [default: true]
      • use_machine [default: true]
      • sound_play_respawn [default: true]

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged voice_text at Robotics Stack Exchange