Logo
Explore Help
Register Sign In
Antoine/CODEtomaste
1
0
Fork 0
You've already forked CODEtomaste
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
CODEtomaste/Tool_Scripts/Whisper_Transcript/VoiceRecorder.bat

13 lines
341 B
Batchfile
Raw Permalink Normal View History

Add Voice Recorder - Whisper transcription tool for Obsidian Features: - Audio recording with pause/resume and visual feedback - Local Whisper transcription (tiny/base/small models) - 7 note types: instructions, capture, meeting, idea, daily, review, journal - Claude CLI integration for intelligent note processing - PKM context integration (reads vault files for better processing) - Auto-organization into type-specific folders - Daily notes with yesterday's task carryover - Language-adaptive responses (matches transcript language) - Custom icon and Windows desktop shortcut helpers Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 19:51:53 -05:00
@echo off
:: Launch Voice Recorder App
:: Activate conda environment and run the recorder
set "CONDA_PATH=C:\Users\antoi\anaconda3\Scripts\activate.bat"
set "CONDA_ENV=test_env"
set "SCRIPT_DIR=%~dp0"
call %CONDA_PATH% %CONDA_ENV%
:: Use python (not pythonw) to see console output for debugging
python "%SCRIPT_DIR%VoiceRecorder.py"
pause
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 44ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API