From 30a7900a7de1aeb5e5cb5794d7869df92686c204 Mon Sep 17 00:00:00 2001 From: future Date: Mon, 2 Feb 2026 13:37:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BD=D1=8B=D0=B9=20readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Qwen-Coder --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e741f2..a2c3afe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🎙️ Alexandr Smart Speaker +# 🎙️ Alexander Smart Speaker
@@ -6,7 +6,7 @@ ![Platform](https://img.shields.io/badge/Platform-Linux-FCC624?logo=linux&logoColor=black&style=for-the-badge) ![License](https://img.shields.io/badge/License-MIT-45a163?style=for-the-badge) -**Alexandr** is a personal voice assistant for Linux that leverages modern AI technologies to create natural conversations. It listens, understands context, translates languages, checks the weather, and manages your time. +**Alexander** is a personal voice assistant for Linux that leverages modern AI technologies to create natural conversations. It listens, understands context, translates languages, checks the weather, and manages your time. [Features](#-features) • [Installation](#-installation) • [Usage](#-usage) • [Architecture](#-architecture) @@ -21,7 +21,7 @@ * **Translator**: Instant bidirectional translation (RU ↔ EN) with native pronunciation. ### 🗣️ Voice Interface -* **Wake Word**: Activates on the phrase **"Alexandr"** (powered by Porcupine). +* **Wake Word**: Activates on the phrase **"Alexander"** (powered by Porcupine). * **Speech Recognition**: Fast and accurate Speech-to-Text via **Deepgram**. * **Text-to-Speech**: Natural sounding offline voice synthesis using **Silero TTS**. @@ -92,7 +92,7 @@ python run.py | Category | User Command (RU) | Action | |----------|-------------------|--------| -| **Activation** | "Alexandr" | Assistant starts listening | +| **Activation** | "Alexander" | Assistant starts listening | | **Dialogue** | "Почему небо голубое?" | Ask AI with context retention | | **Weather** | "Какая сейчас погода?", "Нужен ли зонт?" | Get weather forecast | | **Translation** | "Переведи на английский: привет, как дела?" | Translate and speak in EN |