mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 02:18:57 +00:00
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
|
||
|
|
||
|
|