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