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.
2 parents 9b69086 + 34859c6 commit e8a0089Copy full SHA for e8a0089
doc/build.md
@@ -29,6 +29,8 @@ I don't know what the windows one should be as I don't have a windows machine.
29
30
## Ubuntu 22.04
31
32
+Installing FFmpeg 6.1 libraries
33
+
34
```bash
35
sudo add-apt-repository -y ppa:ubuntuhandbook1/ffmpeg6
36
sudo apt-get update
sys/whisper/contextparams.go
@@ -7,9 +7,6 @@ import "encoding/json"
7
8
/*
9
#cgo pkg-config: libwhisper
10
-#cgo darwin pkg-config: libwhisper-darwin
11
-#cgo linux pkg-config: libwhisper-linux
12
-
13
#include <whisper.h>
14
*/
15
import "C"
0 commit comments