Jan
9a3a37e31c
control: improve runtime visibility and stop UX
4 miesięcy temu
Jan
e35d9f8064
control: stabilize and polish control ui
4 miesięcy temu
Jan
aae93051a0
control: fix request-body checks and stream timeout wiring
4 miesięcy temu
Jan
97c6e9b6a0
ingest: fix source defaults and discovery context handling
4 miesięcy temu
Jan
6a23b6c313
control: move ingest configuration into dedicated tab
4 miesięcy temu
Jan
6cafbdd392
control: add web ingest config save and hard reload
4 miesięcy temu
Jan
aa26330147
ingest: expose source origin in runtime details
4 miesięcy temu
Jan
42d74c8665
ingest: improve runtime observability coverage
4 miesięcy temu
Jan
51db52f934
docs(ingest): align phase-1 status and decoder fallback semantics
4 miesięcy temu
Jan
2673787c88
ingest: add runtime and control ingest stats tests
4 miesięcy temu
Jan
4ad70d4ae4
ingest: rewire tx/control to runtime and http raw adapter
4 miesięcy temu
Jan
1d8eb1e856
feat(ui): rework control plane layout
4 miesięcy temu
Jan
89144c453f
ui: introduce light tabbed control layout
4 miesięcy temu
Jan
868bd55c7a
feat: surface applied frequency and write faults
4 miesięcy temu
Jan
06056c08c8
Surface control audit telemetry
4 miesięcy temu
Jan
06bf511391
control: expose request rejection audit counters
4 miesięcy temu
Jan
da668863a1
Harden /audio/stream uploads
4 miesięcy temu
Jan
25dfb6c24c
Hardening audio stream Content-Type guard
4 miesięcy temu
Jan Svabenik
dd7ae483c4
control: reject unexpected bodies on control POSTs
4 miesięcy temu
Jan Svabenik
002bb0a96e
control: harden HTTP server timeouts
4 miesięcy temu
Jan Svabenik
b51a7da522
control: enforce JSON content type for config API
4 miesięcy temu
Jan Svabenik
6df385bd37
feat: limit config request body size
4 miesięcy temu
Jan Svabenik
4d6edf9f57
Add underrun streak visibility in health panel
4 miesięcy temu
Jan Svabenik
4d9895918a
feat: show queue fill telemetry
4 miesięcy temu
Jan Svabenik
9baea0ea05
feat: add high watermark trend sparkline
4 miesięcy temu
Jan Svabenik
82ed2c3485
ui: show audio buffer duration metrics
4 miesięcy temu
Jan Svabenik
21a38d8ab2
ws02: expose runtime state age
4 miesięcy temu
Jan Svabenik
a7549f4187
Expose runtime transition history
4 miesięcy temu
Jan Svabenik
051d5f2de5
feat: add transition history visibility
4 miesięcy temu
Jan Svabenik
24adbff8f2
feat: expose fault history in runtime and UI
4 miesięcy temu
Jan Svabenik
14501a3925
feat: highlight runtime state transitions
4 miesięcy temu
Jan Svabenik
9fbe4e5bf9
ui: show runtime state in control health
4 miesięcy temu
Jan Svabenik
c2a27e71ec
ui: add manual fault reset action
4 miesięcy temu
Jan Svabenik
f275e125a7
feat: add runtime fault reset path
4 miesięcy temu
Jan Svabenik
91225157bf
ui: show fault telemetry in control health panel
4 miesięcy temu
Jan Svabenik
5227a86f2e
Ensure audio stream handler requires POST
4 miesięcy temu
Jan Svabenik
44ff130d23
feat: add explicit HTTP audio ingest mode
4 miesięcy temu
Jan Svabenik
fb21dec0ed
Expose queue stats via status endpoint
4 miesięcy temu
Jan Svabenik
b56012ab15
Show runtime indicator in control UI
4 miesięcy temu
Jan Svabenik
b3e9f7bf45
feat: add runtime health alert
4 miesięcy temu
Jan Svabenik
d39d59f1ed
Expose runtime indicator in status
4 miesięcy temu
Jan Svabenik
19716e26ee
WS-03: align outputDrive and desired/applied state
4 miesięcy temu
Jan Svabenik
c974224312
feat: overhaul web control UI with live status and draft handling
4 miesięcy temu
Jan Svabenik
59c338ebda
feat: add live audio ingest pipeline for on-air streaming
Add a lock-free stdin PCM ingest path, streaming resampler, stereo-linked limiting and pre-MPX audio filtering, plus the engine/control wiring needed to drive live audio into TX mode. Also document the ingest API and include a helper batch script for piping ffmpeg audio into fmrtx.
4 miesięcy temu
Jan Svabenik
9daa481954
feat: add embedded web UI for live TX control
Embed a browser-based control surface into the HTTP server and document the live-control API. The new UI exposes TX start/stop, runtime telemetry, frequency, levels, toggles, and RDS text updates against the existing live-config endpoints.
4 miesięcy temu
Jan Svabenik
2d23a50abc
feat: live config hot-reload via POST /config (fix27)
All major TX parameters are now hot-swappable during transmission:
- DSP params (drive, stereo, pilot, RDS levels, limiter) via
atomic.Pointer[LiveParams], loaded once per chunk (~50ms)
- RDS text (PS, RT) via atomic.Value in encoder, applied at
RDS group boundaries (~88ms)
- TX frequency via driver.Tune(), applied between chunks
Zero locks in DSP path. HTTP handler writes atomics, run loop
reads them. Validation happens before store.
New: SoapyDriver.Tune() for live frequency changes.
New: LiveConfigUpdate/LivePatch types for type-safe patching.
New: 4 engine tests for live DSP/freq/RDS updates + validation.
4 miesięcy temu
Jan Svabenik
d4673b647d
fix: align live MPX phase state and frame sequencing
Keep frame sequence numbers monotonic, lock the RDS carrier to the exact pilot phase used by the stereo encoder, and apply the accompanying DSP/control cleanups needed for stable live transmission behaviour.
4 miesięcy temu
Jan Svabenik
0dd4156097
feat: add TX engine, runtime telemetry and explicit TX control
4 miesięcy temu
Jan Svabenik
6558d7bc09
feat: expose new DSP controls across config, control API, dry-run and docs
4 miesięcy temu
Jan Svabenik
fbd4a7e4c0
feat: add config patch endpoint to control api
4 miesięcy temu