No he specificaly said and I quote
Similarly, if your software produces speech by using the standard
Windows SAPI5 inferface, then it does not become a "derived work" if a
user selects an eSpeak voice from his SAPI5 voice menu
there two ifs in the sentence that the software must meet to not be considered a derived work in all other cases consult your GPL license. I read this as "If and
only If a user selects to use espeak" you can't be accountable for the users selection, in any other case you are accountable and better get a commercial license if it exists.
So linking the dll only through the SAPI mechanism does not enforce the GPL on you simply because you did not link directly with the dll but through a public interface that happens to be able to use espeak dll.
He cleverly does not say what happens if you as a developer select to link against the DLL.
Sneak mode ON
Based on the answer you could claim that "I support espeak dll
interface" if the user set up my program to load the dll instead of the exe then it's not a derived work as well, as long as the program can function with out the dll I think you are covered with "I only provide a service to my users to make their life easier, I do not enforce anything on them" ee espeak.dll
[/quote]