ggwave : print to stderr + send() return bool

This commit is contained in:
Georgi Gerganov
2021-01-10 15:20:30 +02:00
parent 9a0d311f05
commit 7ccd6ed2c6
2 changed files with 17 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ public:
~GGWave();
bool init(int textLength, const char * stext, const TxProtocol & aProtocol, const int volume);
void send(const CBQueueAudio & cbQueueAudio);
bool send(const CBQueueAudio & cbQueueAudio);
void receive(const CBDequeueAudio & CBDequeueAudio);
const bool & hasTxData() const { return m_hasNewTxData; }