aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Buffer.h b/src/Buffer.h
index bf3b5f4..d5aa802 100644
--- a/src/Buffer.h
+++ b/src/Buffer.h
@@ -38,7 +38,7 @@
typedef std::complex<float> complexf;
-using fixed_16 = fpm::fixed<std::int16_t, std::int32_t, 6>;
+using fixed_16 = fpm::fixed<std::int16_t, std::int32_t, 14>;
typedef std::complex<fixed_16> complexfix;
typedef std::complex<fpm::fixed_16_16> complexfix_wide;