Add unified per-speaker font support and remote transcription service
Font changes: - Consolidate font settings into single Display Settings section - Support Web-Safe, Google Fonts, and Custom File uploads for both displays - Fix Google Fonts URL encoding (use + instead of %2B for spaces) - Fix per-speaker font inline style quote escaping in Node.js display - Add font debug logging to help diagnose font issues - Update web server to sync all font settings on settings change - Remove deprecated PHP server documentation files New features: - Add remote transcription service for GPU offloading - Add instance lock to prevent multiple app instances - Add version tracking Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
8
server/transcription-service/requirements.txt
Normal file
8
server/transcription-service/requirements.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
fastapi>=0.100.0
|
||||
uvicorn>=0.22.0
|
||||
websockets>=11.0
|
||||
numpy>=1.24.0
|
||||
pydantic>=2.0.0
|
||||
faster-whisper>=0.10.0
|
||||
RealtimeSTT>=0.1.0
|
||||
torch>=2.0.0
|
||||
Reference in New Issue
Block a user