1mlib_SignalCepstralFree_S16m(e3dMiLaILBi)b Library Fumnlcitbi_oSnisgnalCepstralFree_S16(3MLIB)
2
3
4

NAME

6       mlib_SignalCepstralFree_S16, mlib_SignalCepstralFree_F32 - clean up for
7       cepstral analysis
8

SYNOPSIS

10       cc [ flag... ] file... -lmlib [ library... ]
11       #include <mlib.h>
12
13       void mlib_SignalCepstralFree_S16(void *state);
14
15
16       void mlib_SignalCepstralFree_F32(void *state);
17
18

DESCRIPTION

20       Each of these functions frees the internal state structure for cepstral
21       analysis.
22
23
24       This  function  cleans up the internal state structure and releases all
25       memory buffers.
26

PARAMETERS

28       Each of the functions takes the following arguments:
29
30       state    Pointer to the internal state structure.
31
32

RETURN VALUES

34       None.
35

ATTRIBUTES

37       See attributes(5) for descriptions of the following attributes:
38
39
40
41
42       ┌─────────────────────────────┬─────────────────────────────┐
43       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
44       ├─────────────────────────────┼─────────────────────────────┤
45       │Interface Stability          │Committed                    │
46       ├─────────────────────────────┼─────────────────────────────┤
47       │MT-Level                     │MT-Safe                      │
48       └─────────────────────────────┴─────────────────────────────┘
49

SEE ALSO

51       mlib_SignalCepstral_S16(3MLIB),         mlib_SignalCepstral_F32(3MLIB),
52       mlib_SignalCepstral_S16_Adp(3MLIB), mlib_SignalCepstralInit_S16(3MLIB),
53       mlib_SignalCepstralInit_F32(3MLIB), attributes(5)
54
55
56
57SunOS 5.11                        2 Mar 2007mlib_SignalCepstralFree_S16(3MLIB)
Impressum