Page 1 of 1
SPEECH macro compilation error
Posted: Wed Mar 08, 2023 5:48 am
by niedian
SPEECH macro compilation error.
Re: SPEECH macro compilation error
Posted: Wed Mar 08, 2023 10:18 am
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.
Re: SPEECH macro compilation error
Posted: Thu Mar 09, 2023 2:39 am
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
Re: SPEECH macro compilation error
Posted: Thu Mar 09, 2023 9:53 am
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
Re: SPEECH macro compilation error
Posted: Thu Mar 09, 2023 10:28 pm
by niedian
Thank you very much.