Mute mute
  • classified

  • Joined on 2022-06-23
mute pushed to mistress at hackmaster/Robovoice 2026-08-17 07:41:45 +00:00
a80bd8f669 rvsttd: increase fade-out to 25ms
c174576e14 rvsttd: increase fade-out to 10ms
Compare 2 commits »
mute pushed to mistress at hackmaster/gatuna 2026-08-17 07:30:24 +00:00
fcd172f341 fix: premature socket teardown on CLOSE + duplicate CLOSE echo
b4222df349 ci: add Gitea Actions build workflow
527b462291 format MAC addresses as hex with colons in logs
Compare 3 commits »
mute pushed to mistress at hackmaster/Robovoice 2026-08-17 06:58:50 +00:00
b8ee014cc3 rvsttd: hold-back last drain chunk for fade, same faded audio to Moonshine + WAV
cc9fc95519 rvsttd: single faded audio stream feeds both Moonshine and debug WAV
411f1c0952 rvsttd: fade-out on last audio chunk fed to Moonshine, debug WAV stays raw
b40a06b01b rvsttd: 5ms fade-out on debug WAV to eliminate trailing click
b6361ec080 Revert "fix click: 5ms fade-out from last sample to zero before silence padding"
Compare 5 commits »
mute pushed to mistress at hackmaster/Robovoice 2026-08-17 06:45:49 +00:00
84474731e7 fix click: 5ms fade-out from last sample to zero before silence padding
mute pushed to mistress at hackmaster/Robovoice 2026-08-17 06:41:56 +00:00
b3e0fe3b30 fix: drain loop uses fixed 100ms deadline instead of idle timeout
mute pushed to mistress at hackmaster/Robovoice 2026-08-17 06:36:24 +00:00
20e5c6c542 rvsttd: 100ms trailing audio drain before final flush, cpal stays alive during drain
mute pushed to mistress at hackmaster/Robovoice 2026-08-17 05:57:38 +00:00
56bf55ba42 rvsttd: mpsc channel for audio capture, Fixed(800) buffer, deterministic shutdown
mute pushed to mistress at hackmaster/gatuna 2026-08-16 08:00:28 +00:00
781fe959eb fix: parse args before using args.verbose
mute pushed to mistress at hackmaster/gatuna 2026-08-16 07:56:35 +00:00
ee6b121370 bump version to 2.1.0
f476f6b145 add --verbose flag and TCP RST on connection failure
Compare 2 commits »
mute pushed to mistress at hackmaster/Robovoice 2026-08-14 10:03:03 +00:00
004cd10f78 rvsttd: add --debug flag, save session audio (WAV) + transcript log
mute pushed to mistress at hackmaster/Substation 2026-08-14 09:58:11 +00:00
1ce20544a4 Add live capture diagnostic logging to live.log
496cc5a6b2 Support all 5 xToys pattern types
1ab397767a Cleanup pass: remove dead code, fix bugs, simplify
Compare 3 commits »
mute pushed to mistress at hackmaster/Robovoice 2026-08-13 13:00:05 +00:00
8473ab6ba5 remove debug/trace logging and clean up log files
e09eb804b6 fix audio cutoff: don't Stop() after playback, let NAudio drain naturally
b4f05d6301 remove unused _recvThread field
caad0ed50e v0.9: VoicePipeline refactor — queue-based pipeline, lock/release model, thread-based TCP
Compare 4 commits »
mute pushed to mistress at hackmaster/Robovoice 2026-08-13 11:00:57 +00:00
41a53d35b0 rvsttd: remove leftover session_id_counter references
mute pushed to mistress at hackmaster/Robovoice 2026-08-13 10:58:10 +00:00
fbbb9968b1 move PROTOCOL.md to repo root
mute pushed to mistress at hackmaster/Robovoice 2026-08-13 10:53:07 +00:00
b034ed15df rvsttd: enable TTS build (required for linking), fix unused var
mute pushed to mistress at hackmaster/Robovoice 2026-08-13 10:50:57 +00:00
b842f8b1f1 rvsttd: fix SocketAddr Default trait bound
mute pushed to mistress at hackmaster/Robovoice 2026-08-13 10:50:02 +00:00
d8bdec7543 rvsttd: drop ureq, use curl for model downloads (rustc 1.85 compat)
mute pushed to mistress at hackmaster/Robovoice 2026-08-13 10:43:29 +00:00
23de208e96 rvsttd: fix build - strip -Werror, add TTS include path
mute pushed to mistress at hackmaster/Robovoice 2026-08-13 10:37:56 +00:00
8811a15e1c rvsttd: patch all CMakeLists.txt for CMake 3.18
mute pushed to mistress at hackmaster/Robovoice 2026-08-13 10:35:42 +00:00
912c380c02 rvsttd: patch CMake minimum version for Debian 11