mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-01 18:56:52 +08:00
c, python : add option to query encode size
This commit is contained in:
@@ -37,7 +37,8 @@ cdef extern from "ggwave.h" nogil:
|
||||
int dataSize,
|
||||
ggwave_TxProtocolId txProtocolId,
|
||||
int volume,
|
||||
char * outputBuffer);
|
||||
char * outputBuffer,
|
||||
int query);
|
||||
|
||||
int ggwave_decode(
|
||||
ggwave_Instance instance,
|
||||
|
||||
Reference in New Issue
Block a user