Skip to content

Commit

Permalink
Add documentation regarding customizing AirPlay
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienheureux committed Oct 27, 2024
1 parent 49558c3 commit 5dd8578
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/03-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,11 @@ The following variables control various aspects of each plugin behavior:
| SOUND_SPOTIFY_DISABLE_NORMALISATION | Disable volume normalization in Spotify. | Disabled if the variable exists regardless of its value. | --- |
| SOUND_SPOTIFY_ENABLE_CACHE | Enable the audio cache in Spotify. Note that over time the cache can take up large amounts of disk space. | Enabled if the variable exists regardless of its value. | --- |
| SOUND_SPOTIFY_BITRATE | Spotify playback bitrate. | Bitrate in kbps: `96`, `160` or `320` | 160 |

## AirPlay

AirPlay is based on [Shairport Sync](https://github.com/mikebrady/shairport-sync).
It supports various options
| Variable | Description | Options | Defaults |
| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | -------- |
| SOUND_AIRPLAY_LATENCY_OFFSET | This is added to the latency requested by the player to delay or advance the output by a fixed amount. Latency adjustments should be small, not more than about ± 250 milliseconds. | Time in seconds. Example: `0.250`. Negative values are supported | 0 |

0 comments on commit 5dd8578

Please sign in to comment.