• Joined on 2024-01-04
mozempk pushed to main at mozempk/whisper-rtx2080 2026-05-06 11:57:31 +02:00
fd8d4deefb fix: GPU warmup on startup + fix test_all.sh + document cold-GPU finding
mozempk pushed to main at mozempk/whisper-rtx2080 2026-05-06 11:51:34 +02:00
d5a88d1866 fix: create WhisperState once at load time, reuse across all chunks
mozempk pushed to main at mozempk/trueref 2026-05-06 10:53:20 +02:00
943a38fd36 fix(mcp): relax library id and name matching
mozempk pushed tag v0.0.1 to mozempk/whisper-rtx2080 2026-05-06 10:22:17 +02:00
mozempk released Initial at mozempk/whisper-rtx2080 2026-05-06 10:22:17 +02:00
mozempk pushed to main at mozempk/whisper-rtx2080 2026-05-06 10:17:56 +02:00
c25e8e7ffb docs: add ARCHITECTURE, CODE_STYLE, FINDINGS, USAGE under docs/
mozempk pushed to main at mozempk/whisper-rtx2080 2026-05-06 10:09:29 +02:00
8fc45ee86f docs: add KNOWLEDGE.md with lessons learned and improvement notes
mozempk pushed to main at mozempk/trueref 2026-05-06 09:18:57 +02:00
bfb6bb5e8c fix(mcp): harden malformed transport error bodies
mozempk pushed to main at mozempk/trueref 2026-05-06 03:05:27 +02:00
e54e1dd33b fix(mcp): align SDK and wire streamable server manually
mozempk pushed to main at mozempk/whisper-rtx2080 2026-05-06 02:58:37 +02:00
6327ffc09d fix: use set_language(None) for auto-detect instead of set_detect_language(true)
mozempk pushed to main at mozempk/trueref 2026-05-06 02:34:32 +02:00
343a4ff3c3 feat(mcp): migrate to Streamable HTTP transport (MCP spec 2025-03-26)
mozempk pushed to main at mozempk/whisper-rtx2080 2026-05-06 02:13:20 +02:00
ef9c04b070 fix: trim trailing silence from each chunk before whisper
mozempk pushed to main at mozempk/trueref 2026-05-06 02:08:33 +02:00
c3e657e2a1 fix: return 405 on POST /sse so MCP clients fall back to legacy SSE transport
mozempk pushed to main at mozempk/whisper-rtx2080 2026-05-06 02:00:48 +02:00
35e7ea8d28 feat: progress reporting with chunk context + live job persistence
mozempk pushed to main at mozempk/trueref 2026-05-06 01:53:10 +02:00
cfb35b35c0 fix: suppress SSE client-disconnect noise in GlobalExceptionHandler
mozempk pushed to main at mozempk/trueref 2026-05-06 01:36:15 +02:00
e7a8aa95fc fix: add missing port/out and adapter/out sources; fix .gitignore and .dockerignore
mozempk pushed to main at mozempk/trueref 2026-05-06 01:20:54 +02:00
0a7fc2c84d ci: fix docker workflow - registry cache, build-push-action@v6, REGISTRY_TOKEN
mozempk pushed to main at mozempk/whisper-rtx2080 2026-05-06 01:08:12 +02:00
fb8556441c feat: silence-based audio chunking before transcription
mozempk created branch main in mozempk/trueref 2026-05-06 00:49:25 +02:00
mozempk pushed to main at mozempk/trueref 2026-05-06 00:49:25 +02:00
c5f950c2c0 Initial commit: trueref v0.1.0-SNAPSHOT