rospeex_msgs

Summary

rospeex_msgs
Version:

2.14.6

Description:

This package defines messages used in rospeex.

Maintainers:
  • Komei Sugiura <komei DOT sugiura AT nict DOT go DOT jp>
Licenses:
  • BSD
Urls:
Authors:
  • Komei Sugiura
BuildDepends:
BuildtoolDepends:
 
BuildExportDepends:
 
ExecDepends:

Types

Message types

rospeex_msgs/SignalProcessingResponse
Field:
SpeechRecognitionHeader header
string data
rospeex_msgs/SpeechSynthesisState
Field:
SpeechSynthesisHeader header
bool play_state
rospeex_msgs/SignalProcessingHeader
Field:
  • user (string) –
  • request_id (string) –
string user
string request_id
rospeex_msgs/SpeechRecognitionResponse
Field:
SpeechRecognitionHeader header
string message
string memo
rospeex_msgs/SpeechRecognitionHeader
Field:
  • engine (string) –
  • language (string) –
  • user (string) –
  • request_id (string) –
string engine
string language
string user
string request_id
rospeex_msgs/SpeechRecognitionRequest
Field:
SpeechRecognitionHeader header
string data
rospeex_msgs/SpeechSynthesisResponse
Field:
SpeechSynthesisHeader header
string data
string memo
rospeex_msgs/SignalProcessingStream
Constant:
  • START (uint32):0
  • DATA (uint32):1
  • END (uint32):2
  • CANCEL (uint32):3
Field:
  • header (std_msgs/Header) –
  • packet_type (uint32) –
  • packet_data (string) –
uint32 START  = 0
uint32 DATA   = 1
uint32 END    = 2
uint32 CANCEL = 3

std_msgs/Header header
uint32 packet_type
string packet_data
rospeex_msgs/SpeechSynthesisHeader
Constant:
  • REQUEST_TYPE_SAY (byte):1
  • REQUEST_TYPE_TTS (byte):2
Field:
  • request_type (byte) –
  • engine (string) –
  • voice_font (string) –
  • language (string) –
  • user (string) –
  • request_id (string) –
byte REQUEST_TYPE_SAY=1
byte REQUEST_TYPE_TTS=2

byte request_type
string engine
string voice_font
string language
string user
string request_id
rospeex_msgs/SpeechSynthesisRequest
Field:
SpeechSynthesisHeader header
string message
string memo

Service types

rospeex_msgs/SpeechRecognitionConfig
Field (Request):
 
  • engine (string) –
  • language (string) –
Field (Response):
 
  • result (bool) –
string engine
string language
---
bool result