Speech component

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 4.
To post in this forum you must have a registered copy of Flowcode 4 or higher. To sign up for this forum topic please use the "Online Resources" link in the Flowcode Help Menu.

Moderator: Benj

Post Reply
g-slocombe
Posts: 38
Joined: Fri Nov 07, 2008 12:57 pm
Has thanked: 7 times
Been thanked: 4 times

Speech component

Post by g-slocombe »

Sorry for posting this as a new topoic but I did not think it would be read if it was posted as a reply.

I am still unable to use the speech component.

I have placed the new PIC_speech.c file in the component directory but still get the following message.

"Error loading macro data from speech(0) Please contact technical support".

I have attached the program for you to examine,
For history on topic see previous speech comp posting.

Regards Gary
Attachments
speechV2.fcf
(12.88 KiB) Downloaded 261 times

Sean
Valued Contributor
Valued Contributor
Posts: 548
Joined: Tue Jun 26, 2007 11:23 am
Has thanked: 6 times
Been thanked: 44 times

Re: Speech component

Post by Sean »

Hello Gary

The macro loading problem seems to be isolated to V4.2.0 of the Speech component. This provides support for alternative C compilers. If you are using the default (BoostC) compiler, you can revert to V4.1.0 of the component (.ocx file attached).
PIC_Speech.zip
(39.07 KiB) Downloaded 252 times
The updated Speech C file you were sent should still be compatible, and will allow access to memory above 64K.

The base address calculated by the component is only a suggestion - assuming that the speech data is to be placed at the top of memory. Alternative values can be entered if the calculated value causes a problem.

Procedure:

Close Flowcode
Locate the PIC_Speech.ocx file in the Components folder of your Flowcode installation.
Rename it to PIC_Speech.oc1
Unzip the attached file and paste it into the Components folder
Start Flowcode and reload your speech program

The component version number displayed in the top left corner of the Speech property page should now be V4.1.0.
All your original phoneme selections should be displayed correctly.

Post Reply