We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d2fb1 commit f0b412cCopy full SHA for f0b412c
examples/command/command.cpp
@@ -11,6 +11,7 @@
11
#include "whisper.h"
12
#include "grammar-parser.h"
13
14
+#include <algorithm>
15
#include <chrono>
16
#include <cstdio>
17
#include <fstream>
examples/common-whisper.h
@@ -2,6 +2,7 @@
2
3
#include <string>
4
#include <vector>
5
+#include <cstdint>
6
7
// Read WAV audio file and store the PCM data into pcmf32
8
// fname can be a buffer of WAV data instead of a filename
0 commit comments