jukebox-vibe/server
Claude Code ac96896055 fix: prevent RAM spike from large PCM files (e.g. 2h elevator)
- Check file size with statSync BEFORE reading into memory
- Files >50MB (~4.5min PCM) are never loaded into RAM, always streamed
- Also skip if total cache would exceed limit (no more read-then-discard)
- Fixes 1GB+ RAM spike when playing long audio files
2026-03-05 21:29:43 +01:00
..
src fix: prevent RAM spike from large PCM files (e.g. 2h elevator) 2026-03-05 21:29:43 +01:00
package-lock.json fix(deps): update libsodium for node 20 esm resolution 2026-02-26 14:32:41 +01:00
package.json v2.0.0 🚀 2026-03-05 16:04:15 +01:00
pnpm-lock.yaml clean: initial commit ohne Secrets 2025-08-07 23:24:56 +02:00
tsconfig.json build(ts): include local typeRoots for module shims 2025-08-08 02:18:23 +02:00