Fix complilation on Linux.

This commit is contained in:
Jonathan Naylor
2020-07-27 10:58:32 +01:00
parent da077c73f8
commit 15c21de416
9 changed files with 24 additions and 30 deletions

View File

@@ -37,11 +37,11 @@ public:
void enable(bool enabled);
bool writeData(const float* data, unsigned int nSamples);
bool writeData(float* data, unsigned int nSamples);
bool writeEOT();
bool writeEOT();
unsigned int read(float* data, unsigned int nSamples);
unsigned int read(float* data, unsigned int nSamples);
void reset();