bench : fix build + fix go bindings

This commit is contained in:
Georgi Gerganov
2023-11-07 13:20:02 +02:00
parent 185d3fd6d9
commit 8fb0a1cd1c
3 changed files with 6 additions and 3 deletions

View File

@@ -83,7 +83,6 @@ const (
SampleRate = C.WHISPER_SAMPLE_RATE // Expected sample rate, samples per second
SampleBits = uint16(unsafe.Sizeof(C.float(0))) * 8 // Sample size in bits
NumFFT = C.WHISPER_N_FFT
NumMEL = C.WHISPER_N_MEL
HopLength = C.WHISPER_HOP_LENGTH
ChunkSize = C.WHISPER_CHUNK_SIZE
)