Registry / networking / typecast-ai

typecast-ai

JSON →
library1.1.0vcpkgunverified

Text-to-Speech API client library for Typecast AI. Pure C with optional C++ wrapper.

vcpkg install typecast-ai
INSTALL
IMPORT
SIG · TYPECAST-AI
T
typecast-ai
networkingcppv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

typecast_ai.h
#include <typecast_ai.h>

Initialize client and synthesize speech.

#include <typecast_ai.h> #include <stdio.h> int main() { typecast_ai_client* client = typecast_ai_init("api_key"); const char* audio = typecast_ai_synthesize(client, "Hello world"); printf("Audio data: %s\n", audio); typecast_ai_free(audio); typecast_ai_destroy(client); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

typecast-ai — pip install typecast-ai · libregistry