]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Update README.md
authorGeorgi Gerganov <redacted>
Sun, 2 Oct 2022 15:19:22 +0000 (18:19 +0300)
committerGitHub <redacted>
Sun, 2 Oct 2022 15:19:22 +0000 (18:19 +0300)
README.md

index 9279569414396dc473a8ea2471cf0e8d761105c9..ecf30de92e35b821025a89793f9ef0274ae9d655 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,11 @@ High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisp
 - Low memory usage (Flash Attention + Flash Forward)
 - Zero memory allocations at runtime
 - Runs on the CPU (Mac and Linux)
-- Runs on a Raspberry Pi [#7](https://github.com/ggerganov/whisper.cpp/issues/7)
+
+Incoming features:
+- [Realtime audio input transcription](https://github.com/ggerganov/whisper.cpp/issues/10#issuecomment-1264665959)
+- [Raspberry Pi support](https://github.com/ggerganov/whisper.cpp/issues/7)
+- [Android support](https://github.com/ggerganov/whisper.cpp/issues/8)
 
 ## Usage