@@ -20,17 +20,17 @@ JohannVR, v3rm0n, or other Shairport Sync add-on before starting HomeWave.
2020| Option | Allowed values | Default | Effect and safe correction |
2121| --- | --- | --- | --- |
2222| ` airplay_name ` | Non-empty text | ` HomeWave ` | Receiver name shown by AirPlay. |
23- | ` audio_profile ` | ` minimal ` , ` standard ` , ` stable ` , ` custom ` | ` standard ` | Selects the buffer profile. Start with standard . |
23+ | ` audio_profile ` | ` minimal ` , ` standard ` , ` stable ` , ` custom ` | ` stable ` | Selects the buffer profile. Stable is recommended . |
2424| ` custom_buffer_seconds ` | ` 0.08 ` to ` 0.50 ` | ` 0.15 ` | Used only by custom. Increase it when diagnostics show dropouts. |
2525| ` offset_seconds ` | ` -2 ` to ` 2 ` | ` 0.0 ` | Advanced playback synchronisation correction; change only after measurement. |
2626| ` interpolation ` | ` auto ` , ` basic ` , ` soxr ` | ` auto ` | Advanced resampling. Keep auto unless diagnosing a device-specific issue. |
2727| ` default_airplay_volume ` | ` -30 ` to ` 0 ` dB | ` -24.0 ` | Initial stream volume; never changes the global Home Assistant sink volume. |
2828| ` diagnostics ` | ` true ` , ` false ` | ` false ` | Writes Shairport Sync statistics to the add-on log. Enable while investigating audio faults. |
2929
3030Latency profiles are ` minimal ` (0.10 seconds), ` standard ` (0.15 seconds),
31- ` stable ` (0.30 seconds), and ` custom ` (0.08–0.50 seconds). Minimal is suitable
32- for a stable wired network but may click on an unstable network. If standard
33- clicks, enable diagnostics and try stable before lowering the buffer .
31+ ` stable ` (0.30 seconds), and ` custom ` (0.08–0.50 seconds). Stable is the
32+ recommended default. Minimal is suitable for a stable wired network but may
33+ click on an unstable network .
3434
3535AirPlay's ` -30 ` to ` 0 ` dB control range is mapped to a 60 dB Shairport Sync
3636attenuation range. This makes the lowest source setting practically silent and
@@ -46,6 +46,6 @@ For migration, stop and uninstall the prior receiver, install HomeWave, select
4646the output device in Home Assistant, then start HomeWave. To roll back, stop
4747HomeWave before re-enabling the former receiver. Do not run both at once.
4848
49- When troubleshooting, enable diagnostics, reproduce the issue, inspect the
50- add-on log for underruns or overruns, then disable diagnostics after collecting
51- the required information . Do not share logs containing private device names.
49+ Normal operation writes concise connection and error information to the add-on
50+ log. Enable diagnostics only for troubleshooting; it adds detailed statistics
51+ and debug-level messages . Do not share logs containing private device names.
0 commit comments