mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-11-07 16:44:13 +01:00
1b51fdf170
- search for ffmpeg libs/headers at cmake time - added ffmpeg-transcode.cpp into libcommon if ffmpeg on - hooked ffmpeg trancoding in common read_wav(...) - passed test: ./main -m ggml-base.en.bin -f samples/jfk.mp3 |
||
---|---|---|
.. | ||
.gitignore | ||
jfk.mp3 | ||
jfk.wav | ||
README.md |
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