1mlib_SignalMelCepstralFree_mSe1d6i(a3LMiLbIBL)ibrarymlFiubn_cStiigonnaslMelCepstralFree_S16(3MLIB)
2
3
4
6 mlib_SignalMelCepstralFree_S16, mlib_SignalMelCepstralFree_F32 - clean
7 up for cepstral analysis in mel frequency scale
8
10 cc [ flag... ] file... -lmlib [ library... ]
11 #include <mlib.h>
12
13 void mlib_SignalMelCepstralFree_S16(void *state);
14
15
16 void mlib_SignalMelCepstralFree_F32(void *state);
17
18
20 Each of these functions frees the internal state structure and releases
21 all memory buffers for cepstral analysis in mel frequency scale.
22
24 Each of the functions takes the following arguments:
25
26 state Pointer to the internal state structure.
27
28
30 None.
31
33 See attributes(5) for descriptions of the following attributes:
34
35
36
37
38 ┌─────────────────────────────┬─────────────────────────────┐
39 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
40 ├─────────────────────────────┼─────────────────────────────┤
41 │Interface Stability │Committed │
42 ├─────────────────────────────┼─────────────────────────────┤
43 │MT-Level │MT-Safe │
44 └─────────────────────────────┴─────────────────────────────┘
45
47 mlib_SignalMelCepstral_S16(3MLIB), mlib_SignalMelCepstral_F32(3MLIB),
48 mlib_SignalMelCepstral_S16_Adp(3MLIB), mlib_SignalMelCep‐
49 stralInit_S16(3MLIB), mlib_SignalMelCepstralInit_F32(3MLIB),
50 attributes(5)
51
52
53
54SunOS 5.11 2 Mar 20m0l7ib_SignalMelCepstralFree_S16(3MLIB)