@MutedTrampet It's interesting that the verson of eloquence we are all used to is quite ... fixed?
What I mean is, there are loads of DECtalk flavours floating about, yet I don't recall Eloquence changing much since the big move from 4.7. My ECI.dll that I am running today has copyright 1995-2002.
And I guess part of the longevity it enjos is it's perminence thorugh all the other changes? I dunno. Just rambling now.
@kaveinthran @MutedTrampet @cachondo As far as we know, there are two "stages" to the Eloquence compilation process.
Stage 1 compiles the source code written in Delta, a language to nicely express rules for transforming text into phonemes, into C++.
Stage2 takes that C++ code for stage1, along with the rest of Eloquence, which is also written in C++, and compiles that to whatever architecture it's supposed to be running on, just like a normal C++ program.
Apple can definitely do stage2, but we don't know whether they can do stage 1.