whisper.cpp/samples
William Tambellini 1b51fdf170
examples : add support for decoding input with ffmpeg (Linux) (#2133)
- 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
2024-05-21 18:31:41 +03:00
..
.gitignore examples : add support for decoding input with ffmpeg (Linux) (#2133) 2024-05-21 18:31:41 +03:00
jfk.mp3 examples : add support for decoding input with ffmpeg (Linux) (#2133) 2024-05-21 18:31:41 +03:00
jfk.wav Initial release 2022-09-25 22:13:49 +03:00
README.md Create README.md 2022-10-26 18:14:10 +03:00

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

a09ce6e889/Makefile (L104-L123)