Ruby and NatLink
Submitted by firegift on Tue, 04/21/2009 - 22:08.
How complicated is NatLink? Would it take a long time to hook NatLink up to Ruby instead of Python?
Speech ComputingWhere Speech Meets Computing |
|
User loginRegistering and logging in removes this ad.
--- Registering and logging in removes this ad. |
NavigationPopular content
Who's onlineThere are currently 1 user and 7 guests online.
Online users
|
I do not know Ruby. You
I do not know Ruby. You should first study the original pages of Joel Gould: http://www.synapseadaptive.com/joel/pythonamacroas...
Second you should investigate the possibilities of connecting to the natlink.dll file and the possibility to call back into Ruby functions from this dll.
When that is possible, you may be able to do so. But why would you not want to program in Python?
Quintijn
firegift wrote: How
How complicated is NatLink? Would it take a long time to hook NatLink up to Ruby instead of Python?
The short answer is that it is pretty complicated. There is a lot of c++ code in the natlink DLL that would have to be rewritten for ruby.
On the other hand, it's not a big jump from ruby to Python, so you may want to go that route instead.
It's not a big priority ,
It's not a big priority , I'm just curious.