./audio/speech-dispatcher, Common interface to speech synthesis library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.11.5, Package name: speech-dispatcher-0.11.5, Maintainer: ryoon

Speech Dispatcher project provides a high-level device independent layer
for access to speech synthesis through a simple, stable and well documented
interface.


Required to run:
[audio/libao] [audio/libao-sun] [audio/libsndfile] [audio/flite] [devel/glib2] [devel/libltdl] [audio/espeak] [devel/dotconf] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 7061.285 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-24 11:28:15 by Adam Ciarcinski | Files touched by this commit (6)
Log message:
speech-dispatcher: fix build on Darwin
   2024-03-12 09:57:39 by Thomas Klausner | Files touched by this commit (1)
Log message:
speech-dispatcher: cleanup
   2024-03-12 09:53:19 by Thomas Klausner | Files touched by this commit (5) | Package updated
Log message:
speech-dispatcher: update to 0.11.5.

Updated provided by adr and myself via wip.

Version 0.11.5

    Update CLDR to version 43 and symbols from NVDA.
    Fix parsing and emitting space character.
    Reduce espeak buffer size to avoid ssml issues.
    Add --disable-doc.
    Fix spd-conf not being able to set the default module.
    Fix pausing without index.
    ibmtts: Fix parameter reset.
    ibmtts: Disable using the module punctuation by default.
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-05-06 21:09:54 by Ryo ONODERA | Files touched by this commit (687)
Log message:
*: Recursive revbump from audio/libopus 1.4
   2022-09-11 14:52:13 by Thomas Klausner | Files touched by this commit (670)
Log message:
*: bump PKGREVISION for flac shlib bump
   2022-08-09 14:08:36 by Jonathan Perkin | Files touched by this commit (72)
Log message:
*: Remove hardcoded -liconv / -lintl on SunOS.

This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.
   2022-07-29 18:29:09 by Jonathan Perkin | Files touched by this commit (15) | Package updated
Log message:
*: Explicitly pass -lintl on SunOS where required.

Recent libtool update appears to have exposed more of these.