Prettified Code!

This commit is contained in:
frenck 2021-01-21 21:23:50 +00:00 committed by GitHub Action
parent d805ac235d
commit d823258ee7

View file

@ -153,12 +153,12 @@ is larger than the buffer in the Sonos player, playback will stop by
lack of audio. Note that `latency_rtp` does not delay playback start. lack of audio. Note that `latency_rtp` does not delay playback start.
> **Note**: `latency_rtp` and `latency_http` could have been merged into a > **Note**: `latency_rtp` and `latency_http` could have been merged into a
single `latency` parameter which would have set the max RTP frames holding time > single `latency` parameter which would have set the max RTP frames holding time
as well as the duration of the initial additional silence (delay), > as well as the duration of the initial additional silence (delay),
however, all Sonos devices do properly their own buffering of HTTP audio > however, all Sonos devices do properly their own buffering of HTTP audio
(i.e., they wait until they have received a certain amount of audio before > (i.e., they wait until they have received a certain amount of audio before
starting to play), then adding silence would have introduced an extra > starting to play), then adding silence would have introduced an extra
unnecessary delay in playback. > unnecessary delay in playback.
## Tweaking AirSonos ## Tweaking AirSonos
@ -167,7 +167,7 @@ Assistant configuration directory. This file allows you to tweak each device
separately. Every time it finds a new device, it will be added to that file. separately. Every time it finds a new device, it will be added to that file.
> **NOTE**: It is HIGHLY recommended to stop the addon before making changes > **NOTE**: It is HIGHLY recommended to stop the addon before making changes
to the configuration file manually. > to the configuration file manually.
## Known issues and limitations ## Known issues and limitations
@ -181,12 +181,12 @@ functionality. The format of the log is based on
[Keep a Changelog][keepchangelog]. [Keep a Changelog][keepchangelog].
Releases are based on [Semantic Versioning][semver], and use the format Releases are based on [Semantic Versioning][semver], and use the format
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
based on the following: based on the following:
- ``MAJOR``: Incompatible or major changes. - `MAJOR`: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements. - `MINOR`: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates. - `PATCH`: Backwards-compatible bugfixes and package updates.
## Support ## Support