SPEECH macro compilation error

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
niedian
Posts: 106
http://meble-kuchenne.info.pl
Joined: Thu Jan 07, 2021 11:28 am
Has thanked: 3 times
Been thanked: 4 times

SPEECH macro compilation error

Post by niedian »

SPEECH macro compilation error.
SPEECH ERROR.fcfx
(11.15 KiB) Downloaded 476 times

BenR
Matrix Staff
Posts: 1952
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 510 times
Been thanked: 698 times

Re: SPEECH macro compilation error

Post by BenR »

Hello,

Many thanks for letting us know, I think the problem should be solved for you now by using the Help -> Library updates.

niedian
Posts: 106
Joined: Thu Jan 07, 2021 11:28 am
Has thanked: 3 times
Been thanked: 4 times

Re: SPEECH macro compilation error

Post by niedian »

Very perfect. However, when the chip is changed to pic series, the compilation still fails.
PIC.fcfx
(12.08 KiB) Downloaded 326 times

BenR
Matrix Staff
Posts: 1952
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 510 times
Been thanked: 698 times

Re: SPEECH macro compilation error

Post by BenR »

Hello,

It looks like the chip doesn't have enough ROM to store all the phonemes at once, however it's rare you would use them all so you can just store the ones you're using in your program. I have edited your program to only include the KK3 phoneme and now it is compiling correctly. Just adjust the phonemes as required.

PIC.fcfx
(12.08 KiB) Downloaded 390 times

niedian
Posts: 106
Joined: Thu Jan 07, 2021 11:28 am
Has thanked: 3 times
Been thanked: 4 times

Re: SPEECH macro compilation error

Post by niedian »

Thank you very much.

Post Reply