0% found this document useful (0 votes)
27 views2 pages

Readme

The document describes a GUI for a speech recognition system. It lists functions for adding sounds from files or microphones, recognizing speech from files or microphones, loading sounds, getting database info, deleting the database, and getting program and source code info. It also provides contact information for the author.

Uploaded by

Richard Caranto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views2 pages

Readme

The document describes a GUI for a speech recognition system. It lists functions for adding sounds from files or microphones, recognizing speech from files or microphones, loading sounds, getting database info, deleting the database, and getting program and source code info. It also provides contact information for the author.

Uploaded by

Richard Caranto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

% Unzip all files in Matlab current directory, then type "speechrecognition"

% on Matlab command window. A simple and intuitive GUI should appear.


%
% GUI FUNCTIONS
%
% ADD A NEW SOUND FROM FILES
% Select a sound file from disk with mouse. An integer ID is required. Each word is
% associated to its ID. Sound file is added to database.
%
% ADD A NEW SOUND FROM MICROPHONE
% Select a sound file using microphone. An integer ID is required. Each word is
% associated to its ID. Sound file is added to database.
%
% SPEECH RECOGNITION FROM FILE
% Select a sound file from disk with mouse. Sound file will be compared with all
sounds present in
% database. Code returns the ID of recognized sound.
%
% SPEECH RECOGNITION FROM MICROPHONE
% Select a sound file using microphone. Sound file will be compared with all sounds
present in
% database. Code returns the ID of recognized sound.
%
% LOAD A SOUND FROM FILE FOR LISTENING
% Select a sound file from disk with mouse. Selected sound is played.
%
% LOAD A SOUND FROM MICROPHONE FOR LISTENING
% Select a sound file using microphone. Selected sound is played.
%
% DATABASE INFO
% Show all sounds present in database and the corresponding IDs.
%
% DELETE DATABASE
% Remove database from disk and all saved sounds.
%
% PROGRAM INFO
% How to run code. This file is visualized.
%
% HOW TO OBTAIN SOURCE CODE
% How to obtain source code.
%
% EXIT
% Exit GUI.
%
%
% NEURAL NETWORK SPEECH RECOGNITION SYSTEM
%
% In order to obtain the complete source code please visit
%
% http://www.advancedsourcecode.com/neuralspeech.asp
%
% For any question please email me [email protected]
%
% Luigi Rosa
% Via Centrale 35
% 67042 Civita di Bagno
% L'Aquila - ITALY
% email [email protected]
% mobile +39 3207214179
% website http://www.advancedsourcecode.com
%

You might also like