From 2e5aae65853476a80944407585d5d27218dc9eec Mon Sep 17 00:00:00 2001 From: Park hyeon gyu <93672961+ParkMazorika@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:50:39 +0900 Subject: [PATCH] Update Audio-Transcription-iOS/README.md Co-authored-by: makaveli <39617050+makaveli10@users.noreply.github.com> --- Audio-Transcription-iOS/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Audio-Transcription-iOS/README.md b/Audio-Transcription-iOS/README.md index 2a71b57..49bc17e 100644 --- a/Audio-Transcription-iOS/README.md +++ b/Audio-Transcription-iOS/README.md @@ -3,7 +3,7 @@ This is an iOS client for [WhisperLive](https://github.com/collabora/WhisperLive), a real-time speech-to-text server based on OpenAI Whisper. The app streams microphone audio to a WhisperLive server via WebSocket and displays live transcription results in real time. -> ⚠️ This client is designed to work specifically with the [WhisperLive Python WebSocket server](https://github.com/whisperlive/whisperlive). +> ⚠️ This client is designed to work specifically with the [WhisperLive Python WebSocket server](https://github.com/collabora/WhisperLive?tab=readme-ov-file#running-the-server). > Make sure the server is running and reachable from your iOS device. ## Features