@Spenner11, there is as well another way you can make VC know who is speaking but requires more work. But more natural and casual
In my case for every command (this is the extra work) I added at the end optional words: dude, darling (One per different different user)
Install the following PY script
http://voxcommando.com/forum/index.php?topic=1689.msg14689#msg14689It will generate an event whenever VC recognize something ....
Create a command that triggers with vc.reco event ... In it put:
If {LastSpoken} containe dude
var.user = 1
If {LastSpoken} containe darling
var.user = 2
So if you want to speak to VC and you doubt that another user used it ... Just say " what is my dad phone number, dude" and VC should give the right answer
I use this as well to switch user profile for SAPI as my significant other has a very different accent and VC has hard time understanding us both under one profile
You can even set a timer for VC to revert to a default user after x amount of time