Commit e6a4bd37 authored by d.basulto's avatar d.basulto

add cout message

parent 72240327
......@@ -357,6 +357,8 @@ int StreamRecorder::addToBuffer(unsigned char* data, int length)
int bytesRead = length;// READSIZE*STREAMRECORDER_BYTESPERSAMPLE;
bool isNewAudioFile;
cout << length << endl;
/** Useful for obtain the filename*/
isNewAudioFile = nBytes == 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment