@ -20,6 +20,11 @@ jobs:
make
make stream
- name: Test
run: |
bash whisper.cpp/models/download-ggml-model.sh tiny
./main samples/jfk.wav -m models/ggml-tiny.bin
macOS-latest:
runs-on: macOS-latest
@ -259,7 +259,6 @@ void whisper_print_segment_callback(struct whisper_context * ctx, int n_new, voi
printf("[%s --> %s] %s%s\n", to_timestamp(t0).c_str(), to_timestamp(t1).c_str(), speaker.c_str(), text);
}
fflush(stdout);