python : fix cython wrapper

This commit is contained in:
Georgi Gerganov
2021-02-21 00:42:26 +02:00
parent 5b9c561579
commit e5c094296f

View File

@@ -17,9 +17,11 @@ cdef extern from "ggwave.h" nogil:
GGWAVE_TX_PROTOCOL_ULTRASOUND_FASTEST
ctypedef struct ggwave_Parameters:
int payloadLength
int sampleRateInp
int sampleRateOut
int samplesPerFrame
float soundMarkerThreshold
ggwave_SampleFormat sampleFormatInp
ggwave_SampleFormat sampleFormatOut