Files

36 lines
1.2 KiB
Markdown
Raw Permalink 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.
# audio-voice-converter
ابزارها و extensionهای مرتبط با تبدیل صوت، caption، و transcript در Google Meet.
## محتوا
| پوشه | توضیح |
|------|-------|
| `google-meet-transcripts-extension/` | Chrome extension برای transcript و خلاصه‌سازی جلسات Google Meet (ID: `gjapjdfoanfgoeliolnigeieiibnefkp`) |
| `caption-extension/` | Chrome extension برای caption و ضبط گفتگو در Google Meet |
| `deploy/` | اسکریپت‌های CI/CD برای sync و push |
## شروع سریع
```powershell
# ۱. کلون
git clone https://git.darkreader.ir/arash/audio-voice-converter.git
cd audio-voice-converter
# ۲. مسیر source را تنظیم کن
$env:AUDIO_SOURCE_ROOT = "مسیر پوشه‌ای که extensionها توشن"
# ۳. sync + push
.\deploy\scripts\sync.ps1
.\deploy\scripts\push.ps1
```
راهنمای کامل‌تر در [`deploy/README.md`](deploy/README.md).
## نصب extension در Chrome
1. Chrome → `chrome://extensions` → Developer mode را روشن کن
2. **Load unpacked** → پوشه‌ی موردنظر را انتخاب کن:
- برای transcripts: پوشه `google-meet-transcripts-extension/`
- برای caption: پوشه `caption-extension/`