7bc34c79edca04694b631c734a2f41eac570fa7a
- 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.
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
- Chrome →
chrome://extensions→ Developer mode را روشن کن - Load unpacked → پوشهی موردنظر را انتخاب کن:
- برای transcripts: پوشه
google-meet-transcripts-extension/ - برای caption: پوشه
caption-extension/
- برای transcripts: پوشه
Description
Languages
JavaScript
63.8%
Python
26%
CSS
6.3%
PowerShell
3.9%