有时候当我使用(SayText“”)时,会出现以下错误:“SIOD 错误:不是数字”。例如:
festival> (SayText "ਮੇਰਾ ਨਾਮ") means (SayText"mera naam")
SIOD ERROR: not a number
festival> (SayText " ਨਾਮ ")
SIOD ERROR: not a number
festival> (SayText "ਨਾਮ")
当我回溯它
SIOD ERROR: not a number
festival> (set_backtrace t)
t
festival> (SayText "ਨਾਮ")
SIOD ERROR: not a number
BACKTRACE:
0: (#<SUBR(5) Classic_Word> (quote #<Utterance 0xaddeb8b8>))
1: (apply_method (quote Word_Method) utt)
2: (Word utt)
3: (let-internal
(type)
((utt.type utt))
...)
4: (utt.synth (eval (list (quote Utterance) (quote Text) text)))
5: (SayText "ਨਾਮ")
不明白,谁能告诉我解决办法