#include <sent/stddefs.h>
#include <sent/speech.h>
strip.cのインクルード依存関係図
マクロ定義 | |
#define | IS_INVALID_SAMPLE(A) ((A) == 0 || (A) == -32767) |
Distinction function: sequence of 0 and -2^15 are invalid. | |
#define | WINDOWLEN 16 |
Length of zero sample to detect as invalid sequence. | |
関数 | |
int | strip_zero (SP16 a[], int len) |
strip.c で定義されています。
|
Strip zero samples from speech data.
参照元 adin_cut(). |