ggerganov commited on
Commit
505ec31
·
unverified ·
1 Parent(s): b8af443

whisper : remove mel leftover constants (396089f)

Browse files
Files changed (1) hide show
  1. include/whisper.h +0 -2
include/whisper.h CHANGED
@@ -31,10 +31,8 @@
31
 
32
  #define WHISPER_SAMPLE_RATE 16000
33
  #define WHISPER_N_FFT 400
34
- #define WHISPER_N_FFT_HALF (WHISPER_N_FFT / 2 + 1)
35
  #define WHISPER_HOP_LENGTH 160
36
  #define WHISPER_CHUNK_SIZE 30
37
- #define WHISPER_N_SAMPLES (WHISPER_SAMPLE_RATE * WHISPER_CHUNK_SIZE)
38
 
39
  #ifdef __cplusplus
40
  extern "C" {
 
31
 
32
  #define WHISPER_SAMPLE_RATE 16000
33
  #define WHISPER_N_FFT 400
 
34
  #define WHISPER_HOP_LENGTH 160
35
  #define WHISPER_CHUNK_SIZE 30
 
36
 
37
  #ifdef __cplusplus
38
  extern "C" {