mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-06 16:47:59 +08:00
core : refactoring + bug fix
- rename callback types - fix calculation of data frames
This commit is contained in:
@@ -17,10 +17,10 @@ cdef extern from "ggwave.h" nogil:
|
||||
GGWAVE_TX_PROTOCOL_ULTRASOUND_FASTEST
|
||||
|
||||
ctypedef struct ggwave_Parameters:
|
||||
int sampleRateIn
|
||||
int sampleRateInp
|
||||
int sampleRateOut
|
||||
int samplesPerFrame
|
||||
ggwave_SampleFormat sampleFormatIn
|
||||
ggwave_SampleFormat sampleFormatInp
|
||||
ggwave_SampleFormat sampleFormatOut
|
||||
|
||||
ctypedef int ggwave_Instance
|
||||
|
||||
Reference in New Issue
Block a user