FP Perception
0.1.2
Loading...
Searching...
No Matches
fp_perception_base
include
fp_perception_base
speech
speech_synthesis_driver.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
fp_perception_base/driver_base.hpp
>
4
#include <
fp_perception_base/audio/structs.hpp
>
5
6
namespace
fp_perception
7
{
8
9
class
SpeechSynthesisDriver
:
public
virtual
DriverBase
10
{
11
public
:
12
virtual
audio_data
synthesize
(
const
text_data
& input) = 0;
13
};
14
15
}
// namespace fp_perception
structs.hpp
fp_perception::DriverBase
Definition
driver_base.hpp:19
fp_perception::SpeechSynthesisDriver
Definition
speech_synthesis_driver.hpp:10
fp_perception::SpeechSynthesisDriver::synthesize
virtual audio_data synthesize(const text_data &input)=0
driver_base.hpp
fp_perception
Definition
audio_buffer.hpp:16
fp_perception::audio_data
Struct to hold audio data.
Definition
structs.hpp:16
fp_perception::text_data
Definition
structs.hpp:33
Generated by
1.9.8