#define framesize 300
#define MaxFrameCount 400
#define Ampscale 5000
#define SpeechLength 600000
#define IgnoreSamples 600
#define samplingrate 16000
#define InitFrames 15
#define inpw "y1.wav" //store the signal in wave form in the file mentioned here
#define inpt "y1.txt" //store the signal in text form in the file mentioned here
#define duration 4 //time given for recording
#define recmod "C:\\RecordingModule.exe" //path of recording module provided