From 91602f591a196ed3644a40b08ce47d87b59a04af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=81=E3=81=AF=E9=9B=A8?= <156868841+Sibuxiangx@users.noreply.github.com> Date: Sun, 2 Mar 2025 03:32:22 +0800 Subject: [PATCH] fix small bug in README.md (#107) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7b85ca..a63f1bf 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ def echo(audio: tuple[int, np.ndarray]): yield audio stream = Stream( - handler=ReplyOnPause(detection), + handler=ReplyOnPause(echo), modality="audio", mode="send-receive", ) @@ -314,4 +314,4 @@ async def _(): return HTMLResponse(content=open("index.html").read()) # uvicorn app:app --host 0.0.0.0 --port 8000 -``` \ No newline at end of file +```