mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-25 02:51:30 +00:00
9 lines
136 B
C
9 lines
136 B
C
|
#ifndef __DESA2_H__
|
||
|
#define __DESA2_H__
|
||
|
#include <math.h>
|
||
|
#include "buffer.h"
|
||
|
|
||
|
extern double desa2(circ_buffer_t *b, size_t i);
|
||
|
#endif
|
||
|
|