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.
1 parent 55d73a1 commit 3ae9b84Copy full SHA for 3ae9b84
Makefile
@@ -48,10 +48,10 @@ tiny.en tiny base.en base small.en small medium.en medium large-v1 large-v2 larg
48
@echo "Running $@ on all samples in ./samples ..."
49
@echo "==============================================="
50
@echo ""
51
- @for f in samples/*$(.flac .mp3 .ogg .wav); do \
+ @for f in samples/*.{flac,mp3,ogg,wav}; do \
52
echo "----------------------------------------------" ; \
53
echo "[+] Running $@ on $$f ... (run 'ffplay $$f' to listen)" ; \
54
- echo "----------------------------------------------" ; \
+ echo "----------------------------------------------" ; \
55
echo "" ; \
56
./build/bin/whisper-cli -m models/ggml-$@.bin -f $$f ; \
57
0 commit comments