voice-assistant

Installation
SKILL.md

مساعد صوتي عربي

خط أنابيب صوتي كامل: استقبال صوت → تفريغ → معالجة → رد صوتي.

خط الأنابيب

1. استقبال وتحويل الصوت

# تحويل أي صيغة لـ WAV مناسب لـ Whisper
ffmpeg -i INPUT_FILE -ar 16000 -ac 1 -c:a pcm_s16le /tmp/hurmoz_input.wav

2. تفريغ النص (STT)

whisper /tmp/hurmoz_input.wav --language Arabic --model medium --output_format txt --output_dir /tmp/
Installs
1
GitHub Stars
10
First Seen
Jul 7, 2026
voice-assistant — moshe-ship/hurmoz