mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-21 05:36:33 +08:00
python : fix cython wrapper
This commit is contained in:
@@ -17,9 +17,11 @@ cdef extern from "ggwave.h" nogil:
|
|||||||
GGWAVE_TX_PROTOCOL_ULTRASOUND_FASTEST
|
GGWAVE_TX_PROTOCOL_ULTRASOUND_FASTEST
|
||||||
|
|
||||||
ctypedef struct ggwave_Parameters:
|
ctypedef struct ggwave_Parameters:
|
||||||
|
int payloadLength
|
||||||
int sampleRateInp
|
int sampleRateInp
|
||||||
int sampleRateOut
|
int sampleRateOut
|
||||||
int samplesPerFrame
|
int samplesPerFrame
|
||||||
|
float soundMarkerThreshold
|
||||||
ggwave_SampleFormat sampleFormatInp
|
ggwave_SampleFormat sampleFormatInp
|
||||||
ggwave_SampleFormat sampleFormatOut
|
ggwave_SampleFormat sampleFormatOut
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user