Voice Recognition
Voice Recognition
Speech Recognition
Feasibility Study
On account of its flexible, software based nature, voice
recognition technology is incredibly versatile in terms of
potential applications. Identifying and authenticating a
user via the unique qualities of her/his voice is
contactless, quick, and easy to deploy in any scenario
where a microphone is available.
Eclipse IDE
Microphone (Hardware)
Methodology
The process involves converting an acoustic signal,
captured by a microphone, to a set of words.
We will use the features of javax.speech.recognition
package that defines the Recognizer interface to support
speech recognition plus a set of supporting classes and
interfaces.
Voice Recognition System can be created by following
three steps:
- Speech Acquisition(Collection)
- Speech Analysis.
- User Interface Development.
Speech Acquisition (Collection):
For training purpose the speech is acquired using the microphone, for the
analysis.
The analog-to-digital converter (ADC)
translates this analog wave into digital data
that the computer can understand. To do
this, it samples, or digitizes, the sound by
taking precise measurements of the wave
at frequent intervals. The system filters the
digitized sound to remove unwanted noise,
and sometimes to separate it into different
bands of frequency.
The digital format of speech is used for
further analysis
Speech Analysis:
Overlapping speech.