Exactly, I'm returning on 21 :) no access to sources here, but you can just debug existing application and see what's passed in a function. Utterance id should be just a string and for the rest I'm not sure.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi nickolay, never mind I've found a way to make it work.
I'm not really roud of the solution, it's a dirty one.
I've just modify the ctl_process function so I can pass a char
corresponding to the file I want to decode.
And right before ptmr_start(&tm);
I copy it into uttfile.
strcpy(uttfile, namefile);
This is dirty but it work as I wanted.
Thank's for your help.
And enjoy your vacation.
regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Exactly, I'm returning on 21 :) no access to sources here, but you can just debug existing application and see what's passed in a function. Utterance id should be just a string and for the rest I'm not sure.
Hi nickolay, never mind I've found a way to make it work.
I'm not really roud of the solution, it's a dirty one.
I've just modify the ctl_process function so I can pass a char
corresponding to the file I want to decode.
And right before ptmr_start(&tm);
I copy it into uttfile.
strcpy(uttfile, namefile);
This is dirty but it work as I wanted.
Thank's for your help.
And enjoy your vacation.
regards