Mimicing the invocation to change SAPI voice shown in https://msdn.microsoft.com/en-us/library/ms723614%28v=vs.85%29.aspx ``` require "luacom" talk = luacom.CreateObject("SAPI.SpVoice") talk.Voice = talk:GetVoices():Item(0) ``` Gives error > COM error:(.\src\library\tLuaCOM.cpp,403):Member not found. Thoughts on what might be wrong?
Mimicing the invocation to change SAPI voice shown in https://msdn.microsoft.com/en-us/library/ms723614%28v=vs.85%29.aspx
Gives error
Thoughts on what might be wrong?