mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-07 15:34:04 +00:00
Fix complilation on Linux.
This commit is contained in:
parent
da077c73f8
commit
15c21de416
9 changed files with 24 additions and 30 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue