vahidaskari 7bc34c79ed Refactor Google Meet Transcripts Extension for Local Use
- Removed all cloud-related functionalities, including login prompts and token handling.
- Disabled Laxis cloud features, ensuring no data is sent to external servers.
- Updated manifest to reflect the new local-only functionality.
- Added a new Python server to handle transcripts locally, including WebSocket support.
- Implemented storage management for transcripts, including deduplication and file writing.
- Created a smoke test for the WebSocket server to simulate transcript updates.
- Updated README with setup instructions and usage details for the new local server.
2026-06-12 00:31:32 +03:30

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

شروع سریع

# ۱. کلون
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.

نصب extension در Chrome

  1. Chrome → chrome://extensions → Developer mode را روشن کن
  2. Load unpacked → پوشه‌ی موردنظر را انتخاب کن:
    • برای transcripts: پوشه google-meet-transcripts-extension/
    • برای caption: پوشه caption-extension/
S
Description
مبدل صوت به ویس — Audio to Voice Converter
Readme 543 KiB
Languages
JavaScript 63.8%
Python 26%
CSS 6.3%
PowerShell 3.9%