  										
Dear User,

     Very Good Morning.  How are YOu?
     
     The steps for use of dsp module in to project:

     a.  Execute UI.exe for adding speakers and removing speakers then

     
     1.  #define DSP in the source
     2.  include <dsp.h>
     3.  use the dsp.obj module for calling verifySpeaker() service;
         set dspfilename with wave file names and verifySpeaker function
         after execution sets the global variable dspspeakername;
            ... 
            
            strcpy(dspfilename,"hello2.wav");
            
            verifySpeaker();
            
            if(!strcmp(dspspeakername, username))
                {
                   userflag = 1;
                }
            else
                {
                   userflag = 0;
                 }


      waiting for your reply.


Regards,
K. Manigandan             

     Enclosed:
               1. UI.c
               2. DSP.c
               3. DSP.h
               4. uindex.dat
               5. ui.prj [Note: Large Model]

             


