Version: 0.11.1, Package name: speech-dispatcher-0.11.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description The Speech Dispatcher project provides a high-level device independent layer for access to speech synthesis through a simple, stable and well documented interface. Key features: o Common interface to different TTS engines. o Handling concurrent synthesis requests - requests may come assynchronously from multiple sources within an application and/or from different applications. o Subsequent serialization, resolution of conflicts and priorities of incomming requests. o Context switching - state is maintained for each client connection independently, event for connections from within one application. o High-level client interfaces for popular programming languages. o Common sound output handling - audio playback is handled by Speech Dispatcher rather than the TTS engine, since most engines have limited sound output capabilities. |
Filesize: 6395.009 KB |
Version History (View Complete History) |
|
2021-11-01 18:00:17 by Stuart Henderson | Files touched by this commit (85) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-05-08 05:01:16 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Disable some stuff until proven useful. Fix some @sample while here. |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2021-01-31 17:08:18 by Jonathan Gray | Files touched by this commit (4) |
Log message: update to speech-dispatcher 0.10.2 fixes -fno-common build ok ajacoutot@ |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-05-17 03:34:23 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Don't pick up help2man, it breaks the build. spotted by nigel@ |
2020-05-16 06:00:08 by Antoine Jacoutot | Files touched by this commit (12) |
Log message: Update to speech-dispatcher-0.9.1. |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2018-12-06 01:01:15 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Explicitely pass --without-flite to prevent picking it up. |
2018-04-24 15:20:04 by Christian Weisgerber | Files touched by this commit (4) |
Log message: getc() return value does not fit into char |
2017-05-26 14:43:12 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to speech-dispatcher-0.8.7. |
2017-04-16 09:47:08 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to speech-dispatcher-0.8.6. |
2017-01-03 11:54:49 by Alexandr Shadchin | Files touched by this commit (37) |
Log message: Add a MODPY_PYOEXTENSION variable. Beginning with Python 3.5 .pyo files are no longer used and have been replaced by a more flexible scheme that includes the optimization level explicitly in .pyc name (See PEP-488). |
2016-08-27 14:44:08 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Update to speech-dispatcher-0.8.5. - drop the gettext MODULE |
2016-03-11 13:28:34 by Christian Weisgerber | Files touched by this commit (247) |
Log message: garbage collect CONFIGURE_SHARED |
2015-07-18 13:19:48 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Unbreak sed(1) command. |
2015-07-18 08:33:50 by Jasper Lievisse Adriaanse | Files touched by this commit (21) |
Log message: use sed instead of perl |
2015-06-25 08:44:23 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Update to speech-dispatcher-0.8.3. |
2015-04-25 13:33:20 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: silence an install-info warning |
2015-04-06 06:37:30 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Forgot to cvs add. |
2015-04-06 06:33:20 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Update to speech-dispatcher-0.8.2. |