#include <sent/stddefs.h>
#include <sent/speech.h>
Include dependency graph for strip.c:

Go to the source code of this file.
Defines | |
| #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. | |
Functions | |
| int | strip_zero (SP16 a[], int len) |
Definition in file strip.c.
|
||||||||||||
|
Strip zero samples from speech data.
Definition at line 40 of file strip.c. Referenced by adin_cut(). |
1.4.2