From e5c094296f56a32cdb9102aa3c6892f241df8984 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 21 Feb 2021 00:42:26 +0200 Subject: [PATCH] python : fix cython wrapper --- bindings/python/cggwave.pxd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/python/cggwave.pxd b/bindings/python/cggwave.pxd index fcade25..2cb13ac 100644 --- a/bindings/python/cggwave.pxd +++ b/bindings/python/cggwave.pxd @@ -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