|
voicevox_client_cpp
0.0.0
A client library for VOICEVOX implemented in C++.
|
Classes | |
| class | Builder |
| A builder for creating requests to obtain audio_query. More... | |
Functions | |
| voicevox_client_cpp::request::post::audio_query::Builder * | CreatePostAudioQueryRequestBuilder () |
| Get a pointer to the builder for creating a request to obtain audio query. More... | |
| void | DestroyPostAudioQueryRequestBuilder (voicevox_client_cpp::request::post::audio_query::Builder *builder) |
| Delete the builder for getting audio auery. More... | |
| void | SetPostAudioQueryRequestText (voicevox_client_cpp::request::post::audio_query::Builder *builder, const char *text) |
| Set the text to be used for the query to synthesize Japanese speech. More... | |
| void | SetPostAudioQueryRequestSpeaker (voicevox_client_cpp::request::post::audio_query::Builder *builder, const int speaker) |
| Set the speaker ID to be used for the query to synthesize Japanese speech. More... | |
| void | SetPostAudioQueryRequestCoreVersion (voicevox_client_cpp::request::post::audio_query::Builder *builder, const int core_version) |
| Set cove_version value to request. More... | |