Update whispercpp.pxd
This commit is contained in:
parent
24af17f403
commit
295118d41c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user