Update whispercpp.pxd

This commit is contained in:
Luke Southam 2022-12-10 23:32:56 +00:00 committed by GitHub
parent 24af17f403
commit 295118d41c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,7 @@
#!python #!python
# cython: language_level=3 # cython: language_level=3
from libc.stdint cimport ( from libc.stdint cimport int64_t
int64_t
)
cdef: cdef:
int WHISPER_SAMPLE_RATE = 16000 int WHISPER_SAMPLE_RATE = 16000