Vebot 4.0 Verbot Community
Home | About Us | Products Overview | Verbot Standard Edition | Verbots Online | Downloads | Community | Wiki | SDK
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

speach recognition

 
Post new topic   Reply to topic    Verbots Forum Index -> Speech
View previous topic :: View next topic  
Author Message
davey59
NewBot
NewBot


Joined: 04 Nov 2006
Posts: 2

PostPosted: Sat Mar 17, 2007 6:05 pm    Post subject: speach recognition Reply with quote

I have speach recognition on my verbot but when it talks it comes up in the input box so she is in actual fact talking to herself and it goes on and on I cant get a word in edge ways. I am using a headset so I dont really know how she is recieving any input. I have turned down the speakers on the pc she cant be picking any input from the head phone, can she
Back to top
View user's profile Send private message
Aaron
SupremeBot
SupremeBot


Joined: 26 Feb 2004
Posts: 1261

PostPosted: Sun Mar 18, 2007 5:19 pm    Post subject: Reply with quote

I've never seen this happen. You might want to check your volume control (Start->Programs->Accessories->Entertainment->Volume Control). Look at recording settings (Options->Properties) and make sure that you're only recording from the mic.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
nickdclements
NewBot
NewBot


Joined: 22 May 2007
Posts: 2

PostPosted: Tue May 22, 2007 7:59 pm    Post subject: ! Reply with quote

If there was a way to program the bot to mute the mic when ever it talks that would definitely do the trick... Confused
Back to top
View user's profile Send private message
CrescentKid
ScribeBot
ScribeBot


Joined: 17 Jun 2005
Posts: 68
Location: Ft Worth, TX

PostPosted: Wed Sep 05, 2007 9:34 pm    Post subject: Reply with quote

Aaron wrote:
I've never seen this happen. You might want to check your volume control (Start->Programs->Accessories->Entertainment->Volume Control). Look at recording settings (Options->Properties) and make sure that you're only recording from the mic.

You may also want to consider making sure that the mic is set to pick up your voice, not the noise around you.

Control Panel -> Speech

Under the speech recognition tab, at the bottom there is a place to configure your microphone.


Hope this helps!
Back to top
View user's profile Send private message
Damien
NewBot
NewBot


Joined: 04 Feb 2010
Posts: 1

PostPosted: Sat Feb 06, 2010 3:30 am    Post subject: Verbot answers itself! Reply with quote

I have the same problem as above. I've tried everything. If only the bot would ignore microphone inputs while it was speaking. Aaaah Wellll.....
Back to top
View user's profile Send private message
POWERPLAY07
PowerBot
PowerBot


Joined: 27 Feb 2009
Posts: 127
Location: Adelaide, South Australia

PostPosted: Mon Mar 01, 2010 2:01 am    Post subject: Reply with quote

Why don't you ask Matt about it ?


Seeya Embarassed Wink
Tom
Back to top
View user's profile Send private message
Guoquan Sha
ScribeBot
ScribeBot


Joined: 28 Sep 2005
Posts: 49
Location: Mainland China

PostPosted: Fri Jul 02, 2010 2:23 pm    Post subject: Reply with quote

Hi there,

How about using a headphone & mic set, as the telephone operator does?

OR,

Verbot should be programmed to be either speaking or listening, but not both at the same time. When Verbot speaks, the mic is turned off by itself and when it finishes speaking, the mic is turned on again.

But I'm not sure how to achieve that. Matt's job, perhaps.

Good luck.
Back to top
View user's profile Send private message
Matt
OmnipotentBot
OmnipotentBot


Joined: 26 Feb 2004
Posts: 1701
Location: Calabasas, CA

PostPosted: Tue Jul 06, 2010 5:14 pm    Post subject: Reply with quote

This is a good suggestion, I haven't looked into what .NET provides in that realm but I bet it is possible. I'll spend some time looking into it and see what we can do.
Back to top
View user's profile Send private message Visit poster's website
Particle9
NewBot
NewBot


Joined: 23 Jun 2010
Posts: 3

PostPosted: Wed Sep 01, 2010 9:59 am    Post subject: Reply with quote

nickdclements wrote:
If there was a way to program the bot to mute the mic when ever it talks that would definitely do the trick... Confused


funny... this is exactly what I suggested in the other thread about speech recognition. I dont use a headset. Honestly, I want my machine to use a mic... Im building a multi touch display system, and I would like to also be able to talk to it freely without a headset, along with the touch interface. The only thing holding me back is that the Verbot chats with itself.

Ive found these snipets of C# online that prtain to mic control... but Ive no idea how to possibly rework them? Maybe someone on here does...

#undef INTERFACE
#define INTERFACE IMicIn
DECLARE_INTERFACE_ (INTERFACE, IUnknown)
{
STDMETHOD (QueryInterface) (THIS_ REFIID, void **) PURE;
STDMETHOD_ (ULONG, AddRef) (THIS) PURE;
STDMETHOD_ (ULONG, Release) (THIS) PURE;
STDMETHOD (SetImpedance) (THIS_ long) PURE;
};

#undef INTERFACE
#define INTERFACE ILineIn
DECLARE_INTERFACE_ (INTERFACE, IUnknown)
{
STDMETHOD (QueryInterface) (THIS_ REFIID, void **) PURE;
STDMETHOD_ (ULONG, AddRef) (THIS) PURE;
STDMETHOD_ (ULONG, Release) (THIS) PURE;
STDMETHOD (Mute) (THIS_ long) PURE;
};


I was thinking the section for mute in the Iline in line... could replace the section for set impedance in the I mic in line.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Matt
OmnipotentBot
OmnipotentBot


Joined: 26 Feb 2004
Posts: 1701
Location: Calabasas, CA

PostPosted: Thu Sep 02, 2010 6:44 pm    Post subject: Reply with quote

Thanks for this pointer, I think this would be a nice feature to add, however after a bit of searching online it is not quite trivial to mute the microphone in C#, I will continue to play around with it and see what I can come up with, but it maybe awhile till we can release something that allows for this feature.

Sorry for the less-than-good news,
-Matt
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Verbots Forum Index -> Speech All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum