diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-18 15:19:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-18 15:19:35 +0000 |
commit | a2719a456cf33cde4ceee6d03a7206840f41a077 (patch) | |
tree | 755c8a032061270bc2d4a99d6fe0a5221cb1ea53 /audio/mbrola/pkg | |
parent | 49a5b2f023d7bf01ec29ffe297c0e0a3d998fa5e (diff) | |
download | pkgsrc-a2719a456cf33cde4ceee6d03a7206840f41a077.tar.gz |
Update festival to 1.4.1, and fix dependent packages up while I'm here
(including fixing lots of PLISTs).
Changes since 1.4.0, from the NEWS file:
. SSFF (for emulabel) track support
. Java fixes
. various minor bug fixes
. WFST with proper quoting
. Wagon sample counts
. gcc-2.95.1 support
Also use newer distfile for mbrola.
Addresses pkg/10671.
Diffstat (limited to 'audio/mbrola/pkg')
-rw-r--r-- | audio/mbrola/pkg/DESCR | 33 | ||||
-rw-r--r-- | audio/mbrola/pkg/PLIST | 3 |
2 files changed, 14 insertions, 22 deletions
diff --git a/audio/mbrola/pkg/DESCR b/audio/mbrola/pkg/DESCR index 6039136d5ab..a12619882fe 100644 --- a/audio/mbrola/pkg/DESCR +++ b/audio/mbrola/pkg/DESCR @@ -1,33 +1,24 @@ -MBROLA is a speech synthesizer based on the concatenation of +MBROLA is a speech synthesizer based on the concatenation of diphones. It takes a list of phonemes as input, together with prosodic -information (duration of phonemes and a piecewise linear description -of pitch), and produces speech samples on 16 bits (linear), at the -sampling frequency of the diphone database. +information (duration of phonemes and a piecewise linear description +of pitch), and produces speech samples on 16 bits (linear), at the +sampling frequency of the diphone database. -It is therefore NOT a Text-To-Speech (TTS) synthesizer, since it does -not accept raw text as input. In order to obtain a full TTS system, +It is therefore NOT a Text-To-Speech (TTS) synthesizer, since it does +not accept raw text as input. In order to obtain a full TTS system, you need to use this synthesizer in combination with a text processing system that produces phonetic and prosodic commands. -We maintain a web page with pointers to such freely available systems: - -http://tcts.fpms.ac.be/synthesis/mbrtts.html - -This software is the heart of the MBROLA project, the aim of which is -to obtain a set a speech synthesizers for as many languages as +This software is the heart of the MBROLA project, the aim of which is +to obtain a set a speech synthesizers for as many languages as possible, free of use for non-commercial applications. -mbrola.exe or mbrola: An executable file of the synthesizer itself -(depends on the computer supposed to run it) -readme.txt : This file -As such, it requires an MBROLA language/voice database to run -properly. American English, Brazilian Portuguese, Breton, British +As such, it requires an MBROLA language/voice database to run +properly. American English, Brazilian Portuguese, Breton, British English, Croatian, Dutch, French, German, Greek, Romanian, Spanish and -Swedish voices are made available. Additional languages and voices +Swedish voices are made available. Additional languages and voices will be available in the context of the MBROLA project. Some of these voices are available as mbrolavox-* packages, in the -NetBSD packages system. For otheres, please consult the mbrola +NetBSD packages system. For others, please consult the mbrola project's home page. - -http://tcts.fpms.ac.be/synthesis diff --git a/audio/mbrola/pkg/PLIST b/audio/mbrola/pkg/PLIST index 6eb82c6aa25..126833d9c9c 100644 --- a/audio/mbrola/pkg/PLIST +++ b/audio/mbrola/pkg/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/11 14:00:34 proff Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/07/18 15:19:47 wiz Exp $ bin/mbrola share/doc/mbrola/readme.txt +@unexec rm -r %D/share/mbrola @dirrm share/doc/mbrola |