stream : partial encoder experiments

This commit is contained in:
Georgi Gerganov
2022-11-11 22:33:10 +02:00
parent 2ba66360c9
commit c058aaf22e
3 changed files with 54 additions and 22 deletions

View File

@@ -24,6 +24,9 @@
#define WHISPER_HOP_LENGTH 160
#define WHISPER_CHUNK_SIZE 30
#define WHISPER_EXPERIMENT_AUDIO_CTX 512
#define WHISPER_EXPERIMENT_MAX_TOKENS_PER_SEGMENT 32
#ifdef __cplusplus
extern "C" {
#endif