Version: 1.48.04, Package name: espeak-1.48.04 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description eSpeak produces good quality English speech. It uses a different synthesis method from other open source TTS engines, and sounds quite different. It's perhaps not as natural or "smooth", but the articulation is much clearer and easier to listen to for long periods. It can run as a command line program to speak text from a file or from stdin. A shared library version is also available. * Includes different Voices, whose characteristics can be altered. * Can produce speech output as a WAV file. * SSML (Speech Synthesis Markup Language) is supported (not complete), and also HTML. * Compact size. The program and its data, including several languages, totals about 700 kbytes. * Can translate text to phoneme codes, so it could be adapted as a front end for another speech synthesis engine. * Potential for other languages. Several are included in varying stages of progress. Help from native speakers for these or other languages is welcomed. * Development tools available for producing and tuning phoneme data. |
Filesize: 2948.481 KB |
Version History (View Complete History) |
|
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 |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-04-08 13:43:44 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: unbreak with clang6 |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2010-11-14 17:22:54 by Marc Espie | Files touched by this commit (427) |
Log message: convert to new style depends zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes |
2010-09-29 14:35:39 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - cp(1) the file at a better moment |
2010-09-05 04:25:16 by Stuart Henderson | Files touched by this commit (22) |
Log message: new-style LIB_DEPENDS/REVISION and sync WANTLIB where necessary |
2009-05-14 13:24:06 by Nikolay Sturm | Files touched by this commit (2) |
Log message: unbreak build on sparc64...again |
2009-04-16 10:39:17 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: - bring in 2 patches from pkgsrc to actually make espeak work live (and not only be able to save text to speech in wav file) - rework the src Makefile - use system portaudio.h instead of the bundled one |
2009-03-23 06:02:28 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: - update espeak to latest stable version: 1.40.02 |
2008-11-03 23:40:26 by Nikolay Sturm | Files touched by this commit (1) |
Log message: use -fPIC -DPIC instead of just -fpic to unbreak build on sparc64 |
2008-11-03 13:23:18 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - fix build on amd64 - honor CXX and CXXFLAGS |