From 0ff6067f374d307d8e02684dab4ee28516a0b810 Mon Sep 17 00:00:00 2001 From: Quentin Fuxa Date: Sat, 4 Jan 2025 00:55:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b445b5..02387ed 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This project extends the [Whisper Streaming](https://github.com/ufal/whisper_str ## Code Origins This project reuses and extends code from the original Whisper Streaming repository: -- whisper_online.py: Contains code from whisper_streaming with the addition of the **MLX Whisper** backend for Apple Silicon, which is not present in the original repository. +- whisper_online.py: Contains code from whisper_streaming - silero_vad_iterator.py: Originally from the Silero VAD repository, included in the whisper_streaming project. ## Installation