From: Georgi Gerganov Date: Wed, 26 Oct 2022 15:14:10 +0000 (+0300) Subject: Create README.md X-Git-Tag: upstream/1.7.4~1896 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=058a27b2e5e107b6da36c8e4f6ad2432ba5ee45c;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Create README.md --- diff --git a/samples/README.md b/samples/README.md new file mode 100644 index 00000000..d87ec7ee --- /dev/null +++ b/samples/README.md @@ -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