ggml-org/whisper.cpp

Is it possible to modify the command example to make it listen for one command only, then stop listening ?

Open

#641 opened on Mar 22, 2023

 (0 comments) (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'm working on a project for voice-controlling a robot and want to use whisper.cpp but the problem is that it is only a terminal program. I want to use it in way similar to the original whisper

Contributor guide