Spaces:
Sleeping
Sleeping
whisper : remove mel leftover constants (396089f)
Browse files- 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" {
|