From 4c17b5604146b5712450c91ba3adbd0f45dd689f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Mach=C3=A1=C4=8Dek?= Date: Mon, 19 Aug 2024 00:26:08 +0200 Subject: [PATCH] Update README.md credits, fixed link --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43f849d..29e8d83 100644 --- a/README.md +++ b/README.md @@ -244,12 +244,15 @@ overlap, and we limit the processing buffer window. Contributions are welcome. We acknowledge especially: - [The GitHub contributors](https://github.com/ufal/whisper_streaming/graphs/contributors) for their pull requests with new features and bugfixes. -- [Nice explanation video](https://www.youtube.com/watch?v=_spinzpEeFM) -- published on 31st March 2024, not that newer updates are not included. +- [Nice explanation video](https://www.youtube.com/watch?v=_spinzpEeFM) -- published on 31st March 2024, note that newer updates are not included. - [The translation of this repo into Chinese.](https://github.com/Gloridust/whisper_streaming_CN) - [Ondřej Plátek](https://opla.cz/) for the paper pre-review. + +Credits: + - [Peter Polák](https://ufal.mff.cuni.cz/peter-polak) for the original idea. - The UEDIN team of the [ELITR project](https://elitr.eu) for the original line_packet.py. -- Silero Team for their VAD [model](https://github.com/snakers4/silero-vad) and [VADIterator](https://github.com/ufal/whisper_streaming/main/silero_vad.py). +- Silero Team for their VAD [model](https://github.com/snakers4/silero-vad) and [VADIterator](https://github.com/ufal/whisper_streaming/blob/47caa80588ee9c0fa8945a5d05f0aea6315eb837/silero_vad.py#L8). ## Contact