Skip to search.
VoiceCoder · Forum for discussing using VR for the pu

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Solution to Current Vocola Load Issue   Message List  
Reply Message #4107 of 6585 |
If you are currently required to hit your microphone on and off button a
few times in order to get all your Vocola files loaded, following is a
solution. This solution simply makes sure the new Python files are in
the right place before things get started. Make a backup of your
original file before you start.

Bring the following file up in your editor:
C:\Program Files\NatLink\macrosystem\_vocola_main.py

Find the following method:
def initialize(self):

Add the following line to that method:
self.loadAllFiles('')

The method should now look as follows:
def initialize(self):
self.load(self.gramSpec)
self.activateAll()
self.setNames()
self.loadAllFiles('')
# Don't set callback just yet or it will be clobbered
self.needToSetCallback = 1

----

Thanks,
Matt




Mon Feb 13, 2006 2:24 pm

mvvermilion
Offline Offline
Send Email Send Email

Message #4107 of 6585 |
Expand Messages Author Sort by Date

If you are currently required to hit your microphone on and off button a few times in order to get all your Vocola files loaded, following is a solution. This...
Matthew Vermilion
mvvermilion Offline Send Email
Feb 13, 2006
2:24 pm

Great tip!, I have been plagued with this problem and your solution seems to have solved it in one fell stroke. Many thanks Graham...
Graham Cole
emiliaserv Offline Send Email
Feb 13, 2006
3:36 pm
Advanced

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help