From 516feeb298059859f8ff02900fda57c1253117a3 Mon Sep 17 00:00:00 2001 From: KoljaB Date: Mon, 21 Oct 2024 15:35:19 +0200 Subject: [PATCH] upgrade --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c99524..b24fc0a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ ## New -Custom wake words with [OpenWakeWord](#openwakeword). Thanks to the [developers](https://github.com/dscripka/openWakeWord) of this! +- AudioToTextRecorderClient class, which automatically starts a server if none is running and connects to it. The class shares the same interface as AudioToTextRecorder, making it easy to upgrade or switch between the two. (Work in progress, most parameters and callbacks of AudioToTextRecorder are already implemented into AudioToTextRecorderClient, but not all. Also the server can not handle concurrent (parallel) requests yet.) +- reworked CLI interface ("stt-server" to start the server, "stt" to start the client, look at "server" folder for more info) ## About the Project