Update whispercpp.pxd
This commit is contained in:
parent
24af17f403
commit
295118d41c
|
@ -1,9 +1,7 @@
|
|||
#!python
|
||||
# cython: language_level=3
|
||||
|
||||
from libc.stdint cimport (
|
||||
int64_t
|
||||
)
|
||||
from libc.stdint cimport int64_t
|
||||
|
||||
cdef:
|
||||
int WHISPER_SAMPLE_RATE = 16000
|
||||
|
|
Loading…
Reference in New Issue
Block a user