Files
Blind/requirements.txt
T
2026-09-11 19:47:15 +03:00

21 lines
890 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Модуль 3: TTS (текст → звук)
edge-tts==7.2.8 # основной: онлайн, бесплатные голоса MS
piper-tts==1.8.0 # фолбэк: офлайн-синтез (голос качается в models/piper/)
# Модуль 2: аудио
sounddevice==0.5.6
soundfile>=0.12
numpy>=1.26
# Модуль 1: STT (речь → текст)
faster-whisper==1.2.1
# Модуль 4: brain (LLM через OpenRouter)
openai>=3.13
httpx>=0.27 # http_client с прокси для OpenAI-клиента
# Модуль 5: глобальные клавиши (Windows; на Linux требует root — тест через console-бэкенд)
keyboard==0.13.5
# Дальше зависимости добавляются по мере готовности следующих модулей:
# aiogram>=3 # Модуль 6 (Telegram)