feat(voice-client): PySide6 desktop client and Windows build scripts
Add voice_confirmation_client (poll, TTS MP3 playback, mic WAV resolve), PyInstaller spec, start/build helpers, and API unit tests. Pending manual testing: end-to-end on OR workstations and packaged exe. Made-with: Cursor
This commit is contained in:
5
start_voice_confirmation_client.bat
Normal file
5
start_voice_confirmation_client.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
REM 启动手术室耗材语音确认桌面客户端。需已安装 uv 并完成 uv sync --group voice-client
|
||||
setlocal
|
||||
cd /d "%~dp0"
|
||||
uv run --group voice-client python -m voice_confirmation_client %*
|
||||
Reference in New Issue
Block a user