diff options
author | Andreas Eversberg <jolly@eversberg.eu> | 2017-01-27 16:57:34 +0100 |
---|---|---|
committer | Andreas Eversberg <jolly@eversberg.eu> | 2017-02-18 21:01:08 +0100 |
commit | 7ea3bc188df54a4dbe3026bc30ed39a5cded8fdb (patch) | |
tree | 696c78eca5f1676246fed55314c1eab67408c7f4 /src/amps/frame.c | |
parent | 538a9591285bdc2604c5e05c06e4b2d776f4bdf9 (diff) |
Move samples of int16_t format to sample_t, that is of type double
This prepares the correction of all levels
Diffstat (limited to 'src/amps/frame.c')
-rw-r--r-- | src/amps/frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amps/frame.c b/src/amps/frame.c index 478739b..ea98c18 100644 --- a/src/amps/frame.c +++ b/src/amps/frame.c @@ -26,6 +26,7 @@ #include <errno.h> #include <math.h> #include <inttypes.h> +#include "../common/sample.h" #include "../common/debug.h" #include "../common/timer.h" #include "amps.h" |