ggml-org/whisper.cpp

An option to stream audio files?

Open

#744 opened on Apr 11, 2023

 (1 comment) (0 reactions) (0 assignees)C++ (6,073 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (52,920 stars)
PR merge metrics
 (Avg merge 5d 20h) (36 merged PRs in 30d)

Description

I want to benchmark streaming on a bunch of audio samples. It would be swift and efficient if the "stream" cli could input audio files and internally stream them.

Can we have this feature added to streaming? It would definitely make large-scale benchmarking of streaming whisper cpp very easy.

Contributor guide