mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-06 23:05:53 +08:00
ggwave : print to stderr + send() return bool
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user