Skip to content

Commit 1789abc

Browse files
committed
whisper : remove mel leftover constants (396089f)
1 parent 847f94f commit 1789abc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/whisper.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@
3131

3232
#define WHISPER_SAMPLE_RATE 16000
3333
#define WHISPER_N_FFT 400
34-
#define WHISPER_N_FFT_HALF (WHISPER_N_FFT / 2 + 1)
3534
#define WHISPER_HOP_LENGTH 160
3635
#define WHISPER_CHUNK_SIZE 30
37-
#define WHISPER_N_SAMPLES (WHISPER_SAMPLE_RATE * WHISPER_CHUNK_SIZE)
3836

3937
#ifdef __cplusplus
4038
extern "C" {

0 commit comments

Comments
 (0)