mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 18:41:57 +00:00
It provides better detection than mod_vmd but is a little more CPU intensive than mod_vmd. Perhaps someone would like to CUDAfy this code?
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
|
|
|