'\" te .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved .TH mlib_SignalCepstralFree_S16 3MLIB "2 Mar 2007" "SunOS 5.11" "mediaLib Library Functions" .SH NAME mlib_SignalCepstralFree_S16, mlib_SignalCepstralFree_F32 \- clean up for cepstral analysis .SH SYNOPSIS .LP .nf cc [ \fIflag\fR... ] \fIfile\fR... \fB-lmlib\fR [ \fIlibrary\fR... ] #include \fBvoid\fR \fBmlib_SignalCepstralFree_S16\fR(\fBvoid *\fR\fIstate\fR); .fi .LP .nf \fBvoid\fR \fBmlib_SignalCepstralFree_F32\fR(\fBvoid *\fR\fIstate\fR); .fi .SH DESCRIPTION .sp .LP Each of these functions frees the internal state structure for cepstral analysis. .sp .LP This function cleans up the internal state structure and releases all memory buffers. .SH PARAMETERS .sp .LP Each of the functions takes the following arguments: .sp .ne 2 .mk .na \fB\fIstate\fR\fR .ad .RS 9n .rt Pointer to the internal state structure. .RE .SH RETURN VALUES .sp .LP None. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp .TS tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPEATTRIBUTE VALUE _ Interface StabilityCommitted _ MT-LevelMT-Safe .TE .SH SEE ALSO .sp .LP \fBmlib_SignalCepstral_S16\fR(3MLIB), \fBmlib_SignalCepstral_F32\fR(3MLIB), \fBmlib_SignalCepstral_S16_Adp\fR(3MLIB), \fBmlib_SignalCepstralInit_S16\fR(3MLIB), \fBmlib_SignalCepstralInit_F32\fR(3MLIB), \fBattributes\fR(5)