| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
audio/festival because this port needs audio/festival+OGI, which
is brought in as a dependency of festogi-spanish.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
diff -burN work-old/festival/lib/voices/spanish/abc_diphone/festvox/CVS/Entries work-new/festival/lib/voices/spanish/abc_diphone/festvox/CVS/Entries
--- work-old/festival/lib/voices/spanish/abc_diphone/festvox/CVS/Entries Wed Mar 1 21:37:02 2000
+++ work-new/festival/lib/voices/spanish/abc_diphone/festvox/CVS/Entries Thu Dec 30 01:11:31 1999
@@ -1,3 +1,3 @@
/abcdiph.msec/1.1.1.1/Thu Feb 18 00:23:42 1999//
-/abc_diphone.scm/1.4/Thu Feb 24 02:35:05 2000//
+/abc_diphone.scm/1.3/Tue Jun 22 17:35:25 1999//
D
diff -burN work-old/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm work-new/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm
--- work-old/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm Thu Feb 24 02:35:05 2000
+++ work-new/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm Thu Dec 30 01:11:32 1999
@@ -58,8 +58,6 @@
;; token to word rules
(Parameter.set 'Token_Method 'Token_Any)
(set! token_to_words mx_spanish_token_to_words)
- (set! prev_token.punctuation token.punctuation)
- (set! token.punctuation "\"`.,:;!?(){}[]" "[see Tokenizing]")
;; No pos prediction
(set! pos_lex_name nil)
@@ -104,12 +102,7 @@
(Parameter.set 'Synth_Method 'OGIdiphone)
(OGIdbase.activate "abc_diphone")
(OGIresLPC.init abcdi_OGI_syn_params)
- (set! current_voice_reset abc_voice_reset)
(set! current-voice 'abc_diphone)
-)
-
-(define (abc_voice_reset)
- (set! token.punctuation prev_token.punctuation)
)
;; Context-dependent smoothing:
PR: 50869
Submitted by: krion
Approved by: portmgr
|
| |
|
|
|
|
| |
I have contributed, in hopes of attracting less spam.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This category, to be described as "of interest to disabled
users" is intended to make it simpler for users to find
software which will let them overcome a handicap. For
example, blind users may want to combine OCR and text-to-speech
software so the computer can read books to them; users with
diminished eyesight can use large fonts and "magnifiers";
paralyzed users may use speech recognition to compose text
or give commands.
PR: ports/39103
Submitted by: Trevor Johnson <trevor@jpj.net>
|
| |
|
| |
|
|
|
|
| |
Approved by: will
|
|
|
|
|
|
|
|
|
| |
relative paths. This is necessary for INDEX generation to work.
Change PORTNAME of festvox_{abc,don} to fostvox-{abc,don} for consistency
with other ports and port directory names.
Approved by: maintainer
|
|
commit includes the various ports festival can work with. Big thanks to
Trevor for putting in all the time to port these!
PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189
21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197
21198, 21199, 21200, 21201
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD pkgsrc
|