kvm/ui/localization/messages
Alex P 9c57fe86c4 Change: make sample rate read-only and auto-detected
The sample rate cannot be configured by users - it's determined by the audio
source (HDMI device or USB gadget client). The previous UI gave the false
impression that users could select a sample rate, but the value was always
overridden by hardware detection.

Changes:
- Convert sample rate UI from dropdown to read-only display
- Show "(auto-detected from source)" label next to the value
- Remove sampleRate parameter from setAudioConfig RPC
- Update translations to clarify auto-detection
- Backend sample rate validation remains for backwards compatibility

The C code now automatically detects and adapts to whatever rate the hardware
supports, creating the Opus encoder/decoder with matching parameters to
eliminate pitch/speed distortion.
2025-11-18 00:53:15 +02:00
..
da.json Change: make sample rate read-only and auto-detected 2025-11-18 00:53:15 +02:00
de.json Change: make sample rate read-only and auto-detected 2025-11-18 00:53:15 +02:00
en.json Change: make sample rate read-only and auto-detected 2025-11-18 00:53:15 +02:00
es.json Change: make sample rate read-only and auto-detected 2025-11-18 00:53:15 +02:00
fr.json Change: make sample rate read-only and auto-detected 2025-11-18 00:53:15 +02:00
it.json Change: make sample rate read-only and auto-detected 2025-11-18 00:53:15 +02:00
nb.json Change: make sample rate read-only and auto-detected 2025-11-18 00:53:15 +02:00
sv.json Change: make sample rate read-only and auto-detected 2025-11-18 00:53:15 +02:00
zh.json Change: make sample rate read-only and auto-detected 2025-11-18 00:53:15 +02:00