#include <sent/stddefs.h>
#include <sent/mfcc.h>
ss.cのインクルード依存関係図
関数 | |
static boolean | myread (void *buf, size_t unitbyte, int unitnum, FILE *fp) |
float * | new_SS_load_from_file (char *filename, int *slen) |
float * | new_SS_calculate (SP16 *wave, int wavelen, Value para, int *slen) |
ss.c で定義されています。
|
Binary read function with byte swaping (assume file is BIG ENDIAN)
|
|
Load a noise spectrum from file.
参照元 new_wav2mfcc(), と RealTimeInit(). |
|
Compute average spectrum of audio input. This is used to estimate a noise spectrum from input samples.
参照元 new_wav2mfcc(). |