mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-07 01:11:22 +08:00
ggwave : switch to floating point sampling rate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user