Registry / other / libspeechd

libspeechd

JSON →
library0.12.1vcpkgunverified

Client library for Speech Dispatcher, providing text-to-speech synthesis.

vcpkg install libspeechd
INSTALL
IMPORT
SIG · LIBSPEECHD
L
libspeechd
othercppv0.12.1
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.

speech-dispatcher/libspeechd.h
#include <speech-dispatcher/libspeechd.h>

Opens a connection to Speech Dispatcher and speaks a message.

#include <speech-dispatcher/libspeechd.h> #include <iostream> int main() { SPDConnection *conn = spd_open("test", "main", NULL, SPD_MODE_THREADED); spd_say(conn, SPD_MESSAGE, "Hello, world!"); spd_close(conn); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libspeechd — pip install libspeechd · libregistry