› Forums › Speech Synthesis › Festival › Alignment Mismatch
- This topic has 3 replies, 2 voices, and was last updated 4 years ago by
Jannis S.
-
AuthorPosts
-
-
April 1, 2022 at 00:58 #15833
Hi,
this is a duplicate of: https://speech.zone/forums/topic/align-mismatch/
However, the solution to the problem was not solved so I’m opening a new thread.
I’m getting the following error for almost all of my sentences (building my domain voice):festival> (build_utts “utts.data” ‘unilex-gam)
nba0001
align missmatch at lw (0.000000) l (0.756000) nba0001Do you have an idea what could cause this error?
I don’t even know where to look for the mismatch because I cannot find the numbers (0.000000) and (0.756000) anywhere.Thank you!
-
April 1, 2022 at 00:59 #15834
The full error message looks like this:
festival> (build_utts “utts.data” ‘unilex-gam)
nba0001
align missmatch at lw (0.000000) l (0.756000) nba0001
SIOD ERROR: nil
BACKTRACE:
0: (if
(string-matches (item.name (car actual-segments)) closure_regex)
(begin
(…)
(set! actual-segments (cdr actual-segments)))
…)
1: (while
(and segments actual-segments)
(set!
wname
(…))
…)
2: (if
(eq? (cadr l) (quote apml))
(align_utt_apml (car l))
…)
3: (f (car l2))
4: (cons (f (car l2)) r)
5: (set! r (cons (f (car l2)) r))
6: (while l2 (set! r (cons (f (car l2)) r)) (set! l2 (cdr l2)))
7: (mapcar
(lambda
(l)
(format t “%s
” (car l))
…)
p)
8: (build_utts “utts.data” (quote unilex-gam)) -
April 1, 2022 at 08:56 #15835
Does this topic help?
-
April 1, 2022 at 13:30 #15837
Thank you Simon!
I think it might be a problem with having accidentally used the wrong dictionary at some point.
I’m going to test it.Edit:
It helped, thank you!
-
-
AuthorPosts
- You must be logged in to reply to this topic.
This is the new version. Still under construction.