#pragma once
#include <cmath>

constexpr int MAX_BUFFER_SIZE = 4096;
constexpr float TWO_PI = 2.f * M_PI;