buffer for sound data More...
#include <sms.h>
Data Fields | |
sfloat * | pFBuffer |
int | sizeBuffer |
int | iMarker |
int | iFirstGood |
buffer for sound data
This structure is used for holding a buffer of audio data. iMarker is a sample number of the sound source that corresponds to the first sample in the buffer.
first sample in buffer that is a good one
Referenced by sms_fillSoundBuffer(), and sms_initAnalysis().
sample marker relating to sound source
Referenced by sms_analyze(), sms_analyzeFrame(), sms_fillSoundBuffer(), sms_initAnalysis(), and sms_initFrame().
sfloat* SMS_SndBuffer::pFBuffer |
buffer for sound data
Referenced by sms_analyze(), sms_analyzeFrame(), sms_fillSoundBuffer(), sms_freeAnalysis(), and sms_initAnalysis().
size of buffer
Referenced by sms_analyze(), sms_fillSoundBuffer(), and sms_initAnalysis().