ggwave : switch to floating point sampling rate

This commit is contained in:
Georgi Gerganov
2021-02-27 12:23:25 +02:00
parent 5b5293d764
commit 1c59e38696
10 changed files with 35 additions and 61 deletions

View File

@@ -18,8 +18,8 @@ cdef extern from "ggwave.h" nogil:
ctypedef struct ggwave_Parameters:
int payloadLength
int sampleRateInp
int sampleRateOut
float sampleRateInp
float sampleRateOut
int samplesPerFrame
float soundMarkerThreshold
ggwave_SampleFormat sampleFormatInp