https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286697
--- Comment #105 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=55c2a54db324de32d254673560275f0896fb5056 commit 55c2a54db324de32d254673560275f0896fb5056 Author: Olivier Duchateau <[email protected]> AuthorDate: 2025-06-11 12:35:38 +0000 Commit: Baptiste Daroussin <[email protected]> CommitDate: 2025-06-11 16:09:38 +0000 accessibility/libspiel: new port This client library is designed to provide an ergonomic interface to the myriad of potential speech providers that are installed in a given session. The API is inspired by the W3C Web Speech API. It serves several purposes: - Provide an updated list of installed across all speech providers voices. - Offer a "speaker" abstraction where utterances can be queued to speak. - If no voice was explicitly chosen for an utterance, negotiate global user settings and language preferences to choose the most appropriate voice. PR: 286697 accessibility/Makefile | 1 + accessibility/libspiel/Makefile (new) | 27 +++++++++++++++++++++++++++ accessibility/libspiel/distinfo (new) | 3 +++ accessibility/libspiel/pkg-descr (new) | 10 ++++++++++ accessibility/libspiel/pkg-plist (new) | 16 ++++++++++++++++ 5 files changed, 57 insertions(+) -- You are receiving this mail because: You are on the CC list for the bug.
