#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 で定義されています。
| int strip_zero | ( | SP16 | a[], | |
| int | len | |||
| ) | 
Strip zero samples from speech data.
| a | [I/O] speech data | |
| len | [in] length of above | 
参照元 adin_cut().
 1.5.0