www.micro-examples.com
Microcontroller circuits and source code examples
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 

maximum distance that if can speak so that is recognized

 
Post new topic   Reply to topic    www.micro-examples.com Forum Index -> General Discussion About VR Stamp
View previous topic :: View next topic  
Author Message
sandrot



Joined: 07 Feb 2007
Posts: 22
Location: Brasil

PostPosted: Thu Feb 15, 2007 12:05 pm    Post subject: maximum distance that if can speak so that is recognized Reply with quote

Hi,
In the practical one, which maximum distance that if can speak so that is recognized the speak.

Thanks
Back to top
View user's profile Send private message MSN Messenger
BrunoG
Site Admin


Joined: 22 Nov 2005
Posts: 636

PostPosted: Fri Feb 16, 2007 3:25 pm    Post subject: Reply with quote

Hi sandrot,

this is highly dependant on the ambient noise.

you can set the microphone gain from as follow (see a config.mca file) :

Code:
;--------------------- Microphone Gain Definitions ----------------------------
;
;       Select one distance by equating symbol to MIC_DISTANCE

HEADSET         .EQU    1       ; Mic is an inch or so from the mouth
                                ;   amp gain is reduced, agc initially low
ARMS_LENGTH     .EQU    2       ; Mic is at normal nearby operation
                                ;   max gain, medium agc
FAR_MIC         .EQU    3       ; Mic is distant, e.g., 10 feet away
                                ;   max gain and initial agc


according to my experiment, you will need an headset in a noisy environment, but you can expect to have good results up to 2 or 3 meters in a quiet room with max gain.
I recommend to use an headset for the training phase.
_________________
BrunoG, Administrator
Back to top
View user's profile Send private message Send e-mail
sandrot



Joined: 07 Feb 2007
Posts: 22
Location: Brasil

PostPosted: Fri Feb 16, 2007 7:36 pm    Post subject: Reply with quote

BrunoG,

thanks a lot for helps.
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    www.micro-examples.com Forum Index -> General Discussion About VR Stamp All times are GMT + 1 Hour
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



Powered by phpBB © 2001, 2005 phpBB Group