mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08:00
Fix complilation on Linux.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user