No description
  • Go 98.6%
  • Dockerfile 0.9%
  • Shell 0.5%
Find a file
RGBToaster 74c365aa35
keep stream alive with quiet brown noise during standby
- Add WriteBrownNoise to PCMWriter (integrated random walk, 4% amplitude)
- Replace passive standby sleep with active noise loop when liveSink exists
- During standby: write 500ms chunks of quiet brown noise to icecast sink
- During error-retry delay: also send brown noise to prevent stream drop
- Live icecast connection now stays open continuously instead of cycling
2026-06-06 19:20:35 +02:00
assets Initial commit 2026-06-06 03:40:25 +02:00
.dockerignore Initial commit 2026-06-06 03:40:25 +02:00
.env Fix 2026-06-06 16:57:19 +02:00
.env.example Fix 2026-06-06 16:57:19 +02:00
.gitignore Initial commit 2026-06-06 03:40:25 +02:00
app.go keep stream alive with quiet brown noise during standby 2026-06-06 19:20:35 +02:00
config.go Fix 2026-06-06 16:57:19 +02:00
docker-compose.yml Initial commit 2026-06-06 03:40:25 +02:00
Dockerfile Initial commit 2026-06-06 03:40:25 +02:00
fetch.go Fixed more issues 2026-06-06 18:17:14 +02:00
go.mod Initial commit 2026-06-06 03:40:25 +02:00
main.go Initial commit 2026-06-06 03:40:25 +02:00
qr.go overhaul encoding pipeline: remove protocol banner, add morse id, dark banner theme 2026-06-06 19:06:51 +02:00
render.go overhaul encoding pipeline: remove protocol banner, add morse id, dark banner theme 2026-06-06 19:06:51 +02:00
sstv.go keep stream alive with quiet brown noise during standby 2026-06-06 19:20:35 +02:00
state.go Initial commit 2026-06-06 03:40:25 +02:00
update.sh Initial commit 2026-06-06 03:40:25 +02:00
web.go Fix 2026-06-06 16:57:19 +02:00