|
voicevox_client_cpp
0.0.0
A client library for VOICEVOX implemented in C++.
|
Namespaces | |
| request | |
Classes | |
| class | Client |
| A client class for handlingk requests and responses to/from VOICEVOX. More... | |
Functions | |
| Client * | GetClientInstance (const char *uri) |
| [extern "C"] Get instance of the client More... | |
| const char * | RequestJsonString (Client *client, request::Builder *req_builder) |
| An interface for sending requests to the server and receiving responses synchronously. More... | |
| const char * | RequestString (Client *client, request::Builder *req_builder) |
| An interface for sending requests to the server and receiving responses synchronously. More... | |
| void | FreeString (const char *str) |
| Free memories of string object. More... | |