mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 02:18: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?
11 lines
142 B
C
11 lines
142 B
C
#ifndef __AMPLITUDE_H__
|
|
#define __AMPLITUDE_H__
|
|
#include "buffer.h"
|
|
|
|
extern double amplitude(circ_buffer_t *, size_t i, double f);
|
|
|
|
|
|
#endif
|
|
|
|
|