]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Create README.md
authorGeorgi Gerganov <redacted>
Wed, 26 Oct 2022 15:14:10 +0000 (18:14 +0300)
committerGitHub <redacted>
Wed, 26 Oct 2022 15:14:10 +0000 (18:14 +0300)
samples/README.md [new file with mode: 0644]

diff --git a/samples/README.md b/samples/README.md
new file mode 100644 (file)
index 0000000..d87ec7e
--- /dev/null
@@ -0,0 +1,6 @@
+# Audio samples
+
+This folder contains various audio files used for testing.
+If you want to quickly get some more samples, simply run `make samples`. This will download several public audio files and convert them to appropriate 16-bit WAV format using `ffmpeg`
+
+https://github.com/ggerganov/whisper.cpp/blob/a09ce6e8899198015729ffc49ae10f67370906b1/Makefile#L104-L123