Jan
e35d9f8064
control: stabilize and polish control ui
1 kuukausi sitten
Jan
aae93051a0
control: fix request-body checks and stream timeout wiring
1 kuukausi sitten
Jan
97c6e9b6a0
ingest: fix source defaults and discovery context handling
1 kuukausi sitten
Jan
6a23b6c313
control: move ingest configuration into dedicated tab
1 kuukausi sitten
Jan
6cafbdd392
control: add web ingest config save and hard reload
1 kuukausi sitten
Jan
aa26330147
ingest: expose source origin in runtime details
1 kuukausi sitten
Jan
42d74c8665
ingest: improve runtime observability coverage
1 kuukausi sitten
Jan
51db52f934
docs(ingest): align phase-1 status and decoder fallback semantics
1 kuukausi sitten
Jan
2673787c88
ingest: add runtime and control ingest stats tests
1 kuukausi sitten
Jan
4ad70d4ae4
ingest: rewire tx/control to runtime and http raw adapter
1 kuukausi sitten
Jan
1d8eb1e856
feat(ui): rework control plane layout
1 kuukausi sitten
Jan
89144c453f
ui: introduce light tabbed control layout
1 kuukausi sitten
Jan
868bd55c7a
feat: surface applied frequency and write faults
1 kuukausi sitten
Jan
06056c08c8
Surface control audit telemetry
1 kuukausi sitten
Jan
06bf511391
control: expose request rejection audit counters
1 kuukausi sitten
Jan
da668863a1
Harden /audio/stream uploads
1 kuukausi sitten
Jan
25dfb6c24c
Hardening audio stream Content-Type guard
1 kuukausi sitten
Jan Svabenik
dd7ae483c4
control: reject unexpected bodies on control POSTs
1 kuukausi sitten
Jan Svabenik
002bb0a96e
control: harden HTTP server timeouts
1 kuukausi sitten
Jan Svabenik
b51a7da522
control: enforce JSON content type for config API
1 kuukausi sitten
Jan Svabenik
6df385bd37
feat: limit config request body size
1 kuukausi sitten
Jan Svabenik
4d6edf9f57
Add underrun streak visibility in health panel
1 kuukausi sitten
Jan Svabenik
4d9895918a
feat: show queue fill telemetry
1 kuukausi sitten
Jan Svabenik
9baea0ea05
feat: add high watermark trend sparkline
1 kuukausi sitten
Jan Svabenik
82ed2c3485
ui: show audio buffer duration metrics
1 kuukausi sitten
Jan Svabenik
21a38d8ab2
ws02: expose runtime state age
1 kuukausi sitten
Jan Svabenik
a7549f4187
Expose runtime transition history
1 kuukausi sitten
Jan Svabenik
051d5f2de5
feat: add transition history visibility
1 kuukausi sitten
Jan Svabenik
24adbff8f2
feat: expose fault history in runtime and UI
1 kuukausi sitten
Jan Svabenik
14501a3925
feat: highlight runtime state transitions
1 kuukausi sitten
Jan Svabenik
9fbe4e5bf9
ui: show runtime state in control health
1 kuukausi sitten
Jan Svabenik
c2a27e71ec
ui: add manual fault reset action
1 kuukausi sitten
Jan Svabenik
f275e125a7
feat: add runtime fault reset path
1 kuukausi sitten
Jan Svabenik
91225157bf
ui: show fault telemetry in control health panel
1 kuukausi sitten
Jan Svabenik
5227a86f2e
Ensure audio stream handler requires POST
1 kuukausi sitten
Jan Svabenik
44ff130d23
feat: add explicit HTTP audio ingest mode
1 kuukausi sitten
Jan Svabenik
fb21dec0ed
Expose queue stats via status endpoint
1 kuukausi sitten
Jan Svabenik
b56012ab15
Show runtime indicator in control UI
1 kuukausi sitten
Jan Svabenik
b3e9f7bf45
feat: add runtime health alert
1 kuukausi sitten
Jan Svabenik
d39d59f1ed
Expose runtime indicator in status
1 kuukausi sitten
Jan Svabenik
19716e26ee
WS-03: align outputDrive and desired/applied state
1 kuukausi sitten
Jan Svabenik
c974224312
feat: overhaul web control UI with live status and draft handling
1 kuukausi sitten
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.
1 kuukausi sitten
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.
1 kuukausi sitten
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.
1 kuukausi sitten
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.
1 kuukausi sitten
Jan Svabenik
0dd4156097
feat: add TX engine, runtime telemetry and explicit TX control
1 kuukausi sitten
Jan Svabenik
6558d7bc09
feat: expose new DSP controls across config, control API, dry-run and docs
1 kuukausi sitten
Jan Svabenik
fbd4a7e4c0
feat: add config patch endpoint to control api
1 kuukausi sitten
Jan Svabenik
dc32142cf2
feat: expose dry-run summary via control api
1 kuukausi sitten