ci : add emscripten build

This commit is contained in:
Georgi Gerganov
2023-01-05 22:02:58 +02:00
parent a0d4f8e65c
commit b3c865083e
2 changed files with 30 additions and 1 deletions

View File

@ -199,7 +199,6 @@ void whisper_print_segment_callback(struct whisper_context * ctx, int n_new, voi
}
if (params.diarize && pcmf32s.size() == 2) {
const int64_t n_samples = pcmf32s[0].size();
const int64_t is0 = timestamp_to_sample(t0, n_samples);