Make Resampler a class again.

This commit is contained in:
Brandon Wright 2019-02-09 12:21:38 -06:00
parent e938225cd2
commit 845366f139
1 changed files with 2 additions and 1 deletions

View File

@ -12,8 +12,9 @@
#include <cstdint> #include <cstdint>
#include <cmath> #include <cmath>
struct Resampler class Resampler
{ {
public:
int size; int size;
int buffer_size; int buffer_size;
int start; int start;